pub unsafe fn HcsWaitForOperationResult<P0>(
    operation: P0,
    timeoutms: u32,
    resultdocument: Option<*mut PWSTR>
) -> Result<()>
where P0: IntoParam<HCS_OPERATION>,