py_newbytes method
Create a bytes
object with n
UNINITIALIZED bytes.
Implementation
ffi.Pointer<ffi.UnsignedChar> py_newbytes(
py_OutRef arg0,
int n,
) {
return _py_newbytes(
arg0,
n,
);
}
Create a bytes
object with n
UNINITIALIZED bytes.
ffi.Pointer<ffi.UnsignedChar> py_newbytes(
py_OutRef arg0,
int n,
) {
return _py_newbytes(
arg0,
n,
);
}