pomp_msg_clear

Function pomp_msg_clear 

Source
pub unsafe extern "C" fn pomp_msg_clear(msg: *mut pomp_msg) -> c_int
Expand description

Clear message object. It only free the internal data, not the message itself. It shall be called before pomp_msg_init can be called again after a previous encoding. @param msg : message. @return 0 in case of success, negative errno value in case of error.