Type Definition allocfunc
python3_sys
type allocfunc = unsafe extern "C" fn(_: *mut PyTypeObject, _: Py_ssize_t) -> *mut PyObject;