Type Alias pyo3::ffi::allocfunc

source ยท
pub type allocfunc = unsafe extern "C" fn(_: *mut PyTypeObject, _: isize) -> *mut PyObject;