py_tobytes method
Convert a bytes
object in python to char array.
Implementation
ffi.Pointer<ffi.UnsignedChar> py_tobytes(
py_Ref arg0,
ffi.Pointer<ffi.Int> size,
) {
return _py_tobytes(
arg0,
size,
);
}
Convert a bytes
object in python to char array.
ffi.Pointer<ffi.UnsignedChar> py_tobytes(
py_Ref arg0,
ffi.Pointer<ffi.Int> size,
) {
return _py_tobytes(
arg0,
size,
);
}