Type Alias pyo3::ffi::allocfunc

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