Function GetAppliedGPOListA
pub unsafe fn GetAppliedGPOListA<P1>(
dwflags: u32,
pmachinename: P1,
psiduser: Option<PSID>,
pguidextension: *const GUID,
ppgpolist: *mut *mut GROUP_POLICY_OBJECTA,
) -> u32where
P1: Param<PCSTR>,