#[unsafe(no_mangle)]pub unsafe extern "C" fn sqlite3_errcode(db: *mut Sqlite3) -> c_int
Get the most recent error code.
db must be a valid handle.
db