pub unsafe extern "C" fn vdef_format_info_from_csv(
str_: *const c_char,
info: *mut vdef_format_info,
) -> c_intExpand description
Read a format information structure from a CSV string. The CSV separator is ‘;’ to use for example as MIME type parameters. All information is filled except the MDCV and CLL information. @param str: pointer to an input string @param info: pointer to the format information structure (output) @return 0 on success, negative errno value in case of error