pub unsafe fn OpenClusterNodeEx<P0, P1>(
    hcluster: P0,
    lpsznodename: P1,
    dwdesiredaccess: u32,
    lpdwgrantedaccess: Option<*mut u32>
) -> HNODE
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>,