pub unsafe extern "C" fn pomp_msg_init(
msg: *mut pomp_msg,
msgid: u32,
) -> c_intExpand description
Initialize a message object before starting to encode it. @param msg : message. @param msgid : message id. @return 0 in case of success, negative errno value in case of error.