Function avio_put_str

Source
pub unsafe extern "C" fn avio_put_str(
    s: *mut AVIOContext,
    str_: *const i8,
) -> i32
Expand description

Write a NULL-terminated string. @return number of bytes written.