PyObject_AsCharBuffer method Null safety
Implementation
int PyObject_AsCharBuffer(
ffi.Pointer<PyObject> obj,
ffi.Pointer<ffi.Pointer<ffi.Int8>> buffer,
ffi.Pointer<ffi.Int64> buffer_len,
) {
return _PyObject_AsCharBuffer(
obj,
buffer,
buffer_len,
);
}