pub unsafe extern "C" fn pomp_decoder_adump(
dec: *mut pomp_decoder,
dst: *mut *mut c_char,
) -> c_intExpand description
Dump arguments in a human readable form. Similar to pomp_decoder_dump() but allocates the output buffer dynamically. @param dec : decoder. @param dst : destination buffer, which will be allocated to a suitable size dynamically. Must be freed with free(), after usage. @return 0 in case of success, negative errno value in case of error.