Type Definition pyo3::ffi::getattrofunc

source ·
pub type getattrofunc = unsafe extern "C" fn(*mut PyObject, *mut PyObject) -> *mut PyObject;