Type Definition pyo3::ffi::initproc

source · []
pub type initproc = unsafe extern "C" fn(*mut PyObject, *mut PyObject, *mut PyObject) -> i32;