Type Definition pyo3_ffi::reprfunc

source · []
pub type reprfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> *mut PyObject;