pub unsafe fn AddClusterResourceNodeEx<P0, P1, P2>(
    hresource: P0,
    hnode: P1,
    lpszreason: P2,
) -> u32
where P0: Param<HRESOURCE>, P1: Param<HNODE>, P2: Param<PCWSTR>,