pub unsafe fn GetClusterInformation<P0>(
    hcluster: P0,
    lpszclustername: PWSTR,
    lpcchclustername: *mut u32,
    lpclusterinfo: Option<*mut CLUSTERVERSIONINFO>
) -> u32
where P0: IntoParam<HCLUSTER>,