pyo3_ffi

Type Alias releasebufferproc

Source
pub type releasebufferproc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut Py_buffer);
Available on non-Py_3_11 and non-Py_LIMITED_API only.