#[unsafe(no_mangle)]pub unsafe extern "C" fn sqlite3_close(db: *mut Sqlite3) -> c_int
Close a database connection.
db must have been obtained from sqlite3_open and must not be used after this call.
db
sqlite3_open