Function rsmpeg::ffi::avio_put_str16le[][src]

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

Convert an UTF-8 string to UTF-16LE and write it. @param s the AVIOContext @param str NULL-terminated UTF-8 string

@return number of bytes written.