pub unsafe fn OpenClusterNetInterface<P0, P1>(
    hcluster: P0,
    lpszinterfacename: P1
) -> HNETINTERFACE
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>,