pub unsafe fn SetGroupDependencyExpressionEx<P0, P1, P2>(
    hgroup: P0,
    lpszdependencyexpression: P1,
    lpszreason: P2,
) -> u32
where P0: Param<HGROUP>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,