pub unsafe fn HcsRevokeVmAccess<P0, P1>(vmid: P0, filepath: P1) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,