pyo3_ffi

Type Alias initproc

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