Constant sqlite_loadable::SQLITE_OKAY
source · pub const SQLITE_OKAY: i32 = 0;Expand description
rust bindgen for some reason is defining many SQLite constants as u32, which can’t safely be casted into i32. So, here we hardcode some of those codes to avoid unwrapping https://www.sqlite.org/rescode.html#ok