Type Definition python3_sys::allocfunc
[−]
[src]
type allocfunc = unsafe extern "C" fn(_: *mut PyTypeObject, _: Py_ssize_t) -> *mut PyObject;
type allocfunc = unsafe extern "C" fn(_: *mut PyTypeObject, _: Py_ssize_t) -> *mut PyObject;