Function qpid_proton_sys::pn_message_clear[][src]

pub unsafe extern "C" fn pn_message_clear(msg: *mut pn_message_t)
Expand description

Clears the content of a pn_message_t. When pn_message_clear returns, the supplied pn_message_t will be emptied of all content and effectively returned to the same state as if it was just created.