Type Definition python27_sys::allocfunc [] [src]

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