pub unsafe extern "C" fn pomp_decoder_read_str(
dec: *mut pomp_decoder,
v: *mut *mut c_char,
) -> c_intExpand description
Decode a string. @param dec : decoder. @param v : decoded string. Call ‘free’ when done. @return 0 in case of success, negative errno value in case of error.