%module python_pybuffer %include %include /*functions for the test case*/ %pybuffer_mutable_binary(char *buf1, int len); %pybuffer_mutable_string(char *buf2); %pybuffer_binary(const char *buf3, int len); %pybuffer_string(const char *buf4); %inline %{ void func1(char *buf1, int len) { int i; for (i=0; i