ipfrs_get_last_error

Function ipfrs_get_last_error 

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