#[unsafe(no_mangle)]pub extern "C" fn xmloxide_last_error() -> *const c_charExpand description
Returns the last error message, or null if no error occurred.
The returned string is owned by the library and must NOT be freed by the caller. It is valid until the next FFI call on the same thread.