Type Alias pyo3_ffi::getattrfunc

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