pub unsafe fn HcsSetupBaseOSLayer<P0, P1, P2>(
    layerpath: P0,
    vhdhandle: P1,
    options: P2
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<HANDLE>, P2: IntoParam<PCWSTR>,