vmgstool

Function vmgs_file_open

Source
pub(crate) async fn vmgs_file_open(
    file_path: impl AsRef<Path>,
    key_path: Option<impl AsRef<Path>>,
    open_mode: OpenMode,
    encrypted_no_key_ok: bool,
) -> Result<Vmgs, Error>