pub unsafe fn ClusterResourceOpenEnumEx<P0, P1, P2>(
    hcluster: P0,
    lpszproperties: P1,
    cbproperties: u32,
    lpszroproperties: P2,
    cbroproperties: u32,
    dwflags: u32,
) -> HRESENUMEX
where P0: Param<HCLUSTER>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,