vdef_coded_format_to_str

Function vdef_coded_format_to_str 

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

Get a string from a struct enum vdef_coded_format. @param format: raw format to convert @return a string description of the coded format, the string should be freed after usage