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