Type Alias pyo3_ffi::reprfunc

source ยท
pub type reprfunc = unsafe extern "C" fn(_: *mut PyObject) -> *mut PyObject;