Function NetworkIsolationSetupAppContainerBinaries
pub unsafe fn NetworkIsolationSetupAppContainerBinaries<P1, P2, P3>(
applicationcontainersid: PSID,
packagefullname: P1,
packagefolder: P2,
displayname: P3,
bbinariesfullycomputed: bool,
binaries: &[PCWSTR],
) -> Result<()>where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,