[go: up one dir, main page]

Type Definition pyo3::ffi::allocfunc

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