[][src]Type Definition pyo3::ffi::getattrfunc

type getattrfunc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut c_char) -> *mut PyObject;