pub unsafe fn HcsSetupBaseOSVolume<P0, P1, P2>(
    layerpath: P0,
    volumepath: P1,
    options: P2
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,