[][src]Type Definition pyo3::ffi::unaryfunc

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