getbufferproc typedef Null safety
Implementation
typedef getbufferproc = ffi.Int32 Function(
ffi.Pointer<PyObject>,
ffi.Pointer<Py_buffer>,
ffi.Int32,
);
typedef getbufferproc = ffi.Int32 Function(
ffi.Pointer<PyObject>,
ffi.Pointer<Py_buffer>,
ffi.Int32,
);