rssn_get_last_error

Function rssn_get_last_error 

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