pub unsafe fn HcsAttachLayerStorageFilter<P0, P1>(
    layerpath: P0,
    layerdata: P1
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,