Type Definition pyo3::ffi::getbufferproc

source · []
pub type getbufferproc = unsafe extern "C" fn(*mut PyObject, *mut Py_buffer, i32) -> i32;