Type Definition reprfunc
pyo3::ffi
type reprfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> *mut PyObject;