pub unsafe fn HcsCreateProcess<P0, P1, P2>(
    computesystem: P0,
    processparameters: P1,
    operation: P2,
    securitydescriptor: Option<*const SECURITY_DESCRIPTOR>
) -> Result<HCS_PROCESS>
where P0: IntoParam<HCS_SYSTEM>, P1: IntoParam<PCWSTR>, P2: IntoParam<HCS_OPERATION>,