pub unsafe fn ResUtilGetCoreClusterResourcesEx<P0>(
    hclusterin: P0,
    phclusternameresourceout: Option<*mut HRESOURCE>,
    phclusterquorumresourceout: Option<*mut HRESOURCE>,
    dwdesiredaccess: u32
) -> u32
where P0: IntoParam<HCLUSTER>,