pub unsafe fn ClusterUpgradeFunctionalLevel<P0, P1>(
    hcluster: P0,
    perform: P1,
    pfnprogresscallback: PCLUSTER_UPGRADE_PROGRESS_CALLBACK,
    pvcallbackarg: Option<*const c_void>
) -> u32
where P0: IntoParam<HCLUSTER>, P1: IntoParam<BOOL>,