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