Function cavalier_contours_ffi::cavc_last_error_msg[][src]

pub unsafe extern "C" fn cavc_last_error_msg() -> *const c_char

Gets the last error message set as a null terminated c string.

The c string returned is in thread local storage and is only valid until another function that can error is called!