#[unsafe(no_mangle)]pub extern "C" fn bt_last_error() -> *const c_char
Returns the most recent error message on the calling thread (empty if none). The pointer is valid until the next bt_* call on this thread.
bt_*