pub unsafe fn ClusterControlEx<P0, P1, P2>(
    hcluster: P0,
    hhostnode: P1,
    dwcontrolcode: u32,
    lpinbuffer: Option<*const c_void>,
    ninbuffersize: u32,
    lpoutbuffer: Option<*mut c_void>,
    noutbuffersize: u32,
    lpbytesreturned: Option<*mut u32>,
    lpszreason: P2
) -> u32
where P0: IntoParam<HCLUSTER>, P1: IntoParam<HNODE>, P2: IntoParam<PCWSTR>,