Type Definition pyo3::ffi::getattrfunc

source · []
pub type getattrfunc = unsafe extern "C" fn(*mut PyObject, *mut i8) -> *mut PyObject;