pub const SQLITE_INTERNAL: c_int = 2;
SQLite internal error status code.
Indicates an internal error in SQLite or the extension. Used when unexpected errors occur during tokenization or initialization. Value: 2