vmgs_move

Function vmgs_move 

Source
pub(crate) async fn vmgs_move(
    vmgs: &mut Vmgs,
    src: FileId,
    dst: FileId,
    allow_overwrite: bool,
) -> Result<(), Error>