devela::_dep::pyo3::ffi

Type Alias allocfunc

pub type allocfunc = unsafe extern "C" fn(_: *mut PyTypeObject, _: isize) -> *mut PyObject;
Available on crate features dep_pyo3 and std only.