Type Alias pyo3::ffi::newfunc

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