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