pub unsafe fn DetermineClusterCloudTypeFromCluster<P0>(
    hcluster: P0,
    pcloudtype: *mut CLUSTER_CLOUD_TYPE
) -> u32
where P0: IntoParam<HCLUSTER>,