registered_vfs

Function registered_vfs 

Source
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.