pyo3_ffi

Type Alias getattrofunc

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