Function ClusterControlEx
pub unsafe fn ClusterControlEx<P8>(
hcluster: HCLUSTER,
hhostnode: Option<HNODE>,
dwcontrolcode: u32,
lpinbuffer: Option<*const c_void>,
ninbuffersize: u32,
lpoutbuffer: Option<*mut c_void>,
noutbuffersize: u32,
lpbytesreturned: Option<*mut u32>,
lpszreason: P8,
) -> u32where
P8: Param<PCWSTR>,