pub unsafe extern "C" fn ncclReduceScatter( sendbuf: *const c_void, recvbuf: *mut c_void, recvcount: usize, datatype: NcclDataType, op: NcclRedOp, comm: NcclComm, stream: u64, ) -> NcclResult