devela::_dep::pyo3::ffi

Type Alias initproc

pub type initproc = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject, _: *mut PyObject) -> i32;
Available on crate features dep_pyo3 and std only.