Function GetGPOListW
pub unsafe fn GetGPOListW<P1, P2, P3>(
htoken: Option<HANDLE>,
lpname: P1,
lphostname: P2,
lpcomputername: P3,
dwflags: u32,
pgpolist: *mut *mut GROUP_POLICY_OBJECTW,
) -> Result<()>where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,