pub unsafe fn OpenClusterEx<P0>(
    lpszclustername: P0,
    desiredaccess: u32,
    grantedaccess: Option<*mut u32>
) -> HCLUSTER
where P0: IntoParam<PCWSTR>,