Type Alias pyo3::ffi::initproc

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