Type Alias pyo3_ffi::allocfunc

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