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

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