pyo3_ffi

Type Alias allocfunc

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