pub unsafe extern "C" fn stream_insert_vaformat(
    stream: *mut Stream,
    format: *const i8,
    args: u32
) -> bool
Expand description

Insert formatted string to the stream, va_list version @param stream Stream instance @param format @param args @return true if the operation was successful @return false on error