pyo3_ffi

Type Alias unaryfunc

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