vdef_coded_format_to_csv

Function vdef_coded_format_to_csv 

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

Write a coded 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 coded format structure @param str: pointer to the allocated string (output) @return 0 on success, negative errno value in case of error