pub unsafe fn SetClusterNetworkPriorityOrder<P0>(
    hcluster: P0,
    networklist: &[HNETWORK]
) -> u32
where P0: IntoParam<HCLUSTER>,