Type Definition pyo3::ffi::allocfunc

source · []
pub type allocfunc = unsafe extern "C" fn(*mut PyTypeObject, isize) -> *mut PyObject;