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