Type Alias pyo3_ffi::initproc

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