Type Alias pyo3_ffi::unaryfunc

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