pub unsafe extern "C" fn vdef_coded_format_to_str(
format: *const vdef_coded_format,
) -> *mut c_charExpand 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