//! SQLite VFS implementation for IC stable memory.
//!//! `register` exposes `sqlite3_os_init`, while `vfs` and `file` hold callback
//! bodies for `sqlite3_vfs` and `sqlite3_io_methods`.
#[cfg(test)]modfailpoint_tests;pubmodffi;pubmodfile;#[cfg(target_arch ="wasm32")]pubmodlibc;pubmodlock;modoverlay;pubmodregister;pubmodstable_blob;pubmodtemp;pubmodvfs;pubuseregister::register;