pub fn registered_vfs(
vfs_name: &str,
) -> Result<Option<*mut sqlite3_vfs>, RegisterVfsError>Expand description
Checks if a VFS with the given name is already registered with SQLite and returns a pointer to it if found.
pub fn registered_vfs(
vfs_name: &str,
) -> Result<Option<*mut sqlite3_vfs>, RegisterVfsError>Checks if a VFS with the given name is already registered with SQLite and returns a pointer to it if found.