pub unsafe fn CreateClusterNameAccount<P0>(
    hcluster: P0,
    pconfig: *const CREATE_CLUSTER_NAME_ACCOUNT,
    pfnprogresscallback: PCLUSTER_SETUP_PROGRESS_CALLBACK,
    pvcallbackarg: Option<*const c_void>
) -> u32
where P0: IntoParam<HCLUSTER>,