pub unsafe fn HcsAddResourceToOperation<P0, P1, P2>(
    operation: P0,
    type: HCS_RESOURCE_TYPE,
    uri: P1,
    handle: P2
) -> Result<()>
where P0: IntoParam<HCS_OPERATION>, P1: IntoParam<PCWSTR>, P2: IntoParam<HANDLE>,