Type Alias pyo3_ffi::getattrofunc

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