vdef_coded_format_from_csv

Function vdef_coded_format_from_csv 

Source
pub unsafe extern "C" fn vdef_coded_format_from_csv(
    str_: *const c_char,
    format: *mut vdef_coded_format,
) -> c_int
Expand description

Read a coded format structure from a CSV string. The CSV separator is ‘;’ to use for example as MIME type parameters. @param str: pointer to an input string @param format: pointer to the coded format structure (output) @return 0 on success, negative errno value in case of error