Function HcsExportLegacyWritableLayer
pub unsafe fn HcsExportLegacyWritableLayer<P0, P1, P2, P3>(
writablelayermountpath: P0,
writablelayerfolderpath: P1,
exportfolderpath: P2,
layerdata: P3,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,