pub fn register_vfs<IO: SQLiteIoMethods, V: SQLiteVfs<IO>>(
vfs_name: &str,
app_data: IO::AppData,
default_vfs: bool,
) -> Result<*mut sqlite3_vfs, RegisterVfsError>Expand description
A generic function to register a custom VFS implementation with SQLite.