pub unsafe extern "C" fn pomp_encoder_write_str(
enc: *mut pomp_encoder,
v: *const c_char,
) -> c_intExpand description
Encode a string. @param enc : encoder. @param v : string to encode. @return 0 in case of success, negative errno value in case of error.