#[unsafe(no_mangle)]pub unsafe extern "C" fn sqlite3_errmsg( db: *mut Sqlite3, ) -> *const c_char
Get the most recent error message.
db must be a valid handle.
db