Skip to main content

xmloxide_last_error

Function xmloxide_last_error 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmloxide_last_error() -> *const c_char
Expand 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.