pub const SQLITE_OK: c_int = 0;
SQLite success status code.
Returned by functions to indicate successful completion. Value: 0