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