Type Alias pyo3::ffi::getbufferproc

source ยท
pub type getbufferproc = unsafe extern "C" fn(_: *mut PyObject, _: *mut Py_buffer, _: i32) -> i32;