Type Definition pyo3::ffi::allocfunc [] [src]

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