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

Write formatted string to the stream @param stream Stream instance @param format @param … @return size_t how many bytes was written