标签: python-2.7 cython
void a_c_function(unsigned char* str, uint32_t str_length); python_str = ... # a python binary string with internal null bytes
数据的有效负载为python_str[head_length:]。
python_str[head_length:]
问题>我怎样才能将此有效负载数据传递给a_c_function?
a_c_function
谢谢