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