pub fn chan_send(channel_id: u32, data: &str) -> Result<(), Error>
Binding to nvim_chan_send().
nvim_chan_send()
Sends data to a channel.