Function windows::Win32::System::GroupPolicy::GetGPOListW

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