pub unsafe extern "C" fn ncclBroadcast( sendbuf: *const c_void, recvbuf: *mut c_void, count: usize, datatype: NcclDataType, root: i32, comm: NcclComm, stream: u64, ) -> NcclResult