PyMemoryView_GetContiguous method Null safety
Implementation
ffi.Pointer<PyObject> PyMemoryView_GetContiguous(
ffi.Pointer<PyObject> base,
int buffertype,
int order,
) {
return _PyMemoryView_GetContiguous(
base,
buffertype,
order,
);
}