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

type newfunc = unsafe extern "C" fn(arg1: *mut PyTypeObject, arg2: *mut PyObject, arg3: *mut PyObject) -> *mut PyObject;