pub unsafe fn EvictClusterNodeEx2<P0, P1>(
    hnode: P0,
    dwtimeout: u32,
    phrcleanupstatus: *mut HRESULT,
    lpszreason: P1
) -> u32
where P0: IntoParam<HNODE>, P1: IntoParam<PCWSTR>,