pub unsafe extern "C" fn vdef_raw_format_to_csv(
format: *const vdef_raw_format,
str_: *mut *mut c_char,
) -> c_intExpand description
Write a raw format structure to a CSV string. The CSV separator is ‘;’ to use for example as MIME type parameters. The string is allocated and the ownership is transferred to the caller. @param format: pointer to an input raw format structure @param str: pointer to the allocated string (output) @return 0 on success, negative errno value in case of error