pub unsafe fn SetClusterNetworkNameEx<P0, P1, P2>(
    hnetwork: P0,
    lpszname: P1,
    lpszreason: P2,
) -> u32
where P0: Param<HNETWORK>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,