#[unsafe(no_mangle)]pub unsafe extern "C" fn rssn_get_last_error() -> *const c_charExpand description
Retrieves the last error message set by an FFI function on the current thread.
The returned pointer is valid until the next call to an FFI function on the same thread. The caller should not free this pointer.