pub const SQLITE_MISUSE: c_int = 21;
SQLite misuse error status code.
Indicates the library is being used incorrectly. Used when version requirements are not met. Value: 21