Type Alias pyo3::ffi::unaryfunc

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