pub unsafe fn OpenClusterGroupEx<P0, P1>(
    hcluster: P0,
    lpszgroupname: P1,
    dwdesiredaccess: u32,
    lpdwgrantedaccess: Option<*mut u32>
) -> HGROUP
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>,