// See swig.org for more interface options,
// e.g. map std::string to Go string
%{
#include "capi.h"
%}
%include "capi.h"