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

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