#[unsafe(no_mangle)]pub extern "C" fn ipfrs_get_last_error() -> *const c_charExpand description
Get the last error message
ยงReturns
Pointer to null-terminated error string, or NULL if no error. The string is valid until the next FFI call on this thread. DO NOT free this pointer.