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>