Type Definition pyo3::ffi::unaryfunc

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