Type Alias pyo3_ffi::newfunc

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