pub unsafe extern "C" fn stream_write_char(
    stream: *mut Stream,
    c: i8
) -> usize
Expand description

Write char to the stream @param stream Stream instance @param c char value @return size_t how many bytes was written