#[unsafe(no_mangle)]pub extern "C" fn laminar_last_error() -> *const c_charExpand description
Get the last error message.
Returns a pointer to a null-terminated string, or null if no error. The pointer is valid until the next FFI call on the same thread.
ยงSafety
The returned pointer is valid until the next laminar_* call on this thread.