Settings
Help

allocfunc

Type Alias allocfunc 

Source
pub type allocfunc = unsafe extern "C" fn(*mut PyTypeObject, Py_ssize_t) -> *mut PyObject;