Type Alias pyo3_ffi::getbufferproc
source ยท pub type getbufferproc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut Py_buffer, arg3: c_int) -> c_int;
Available on non-
Py_3_11
and non-Py_LIMITED_API
only.