#[unsafe(no_mangle)]pub unsafe extern "C" fn xmloxide_reader_get_attribute(
reader: *const FfiReader,
name: *const c_char,
) -> *mut c_charExpand description
Returns the value of an attribute by name on the current element, or null.
The returned string must be freed with xmloxide_free_string.