Type Alias pyo3::ffi::initproc

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