Function rsmpeg::ffi::avio_print_string_array[][src]

pub unsafe extern "C" fn avio_print_string_array(
    s: *mut AVIOContext,
    strings: *mut *const i8
)
Expand description

Write a NULL terminated array of strings to the context. Usually you don’t need to use this function directly but its macro wrapper, avio_print.