pub unsafe extern "C" fn pomp_msg_write(
msg: *mut pomp_msg,
msgid: u32,
fmt: *const c_char,
...
) -> c_intExpand description
Write and encode a message. @param msg : message. @param msgid : message id. @param fmt : format string. Can be NULL if no arguments given. @param … : message arguments. @return 0 in case of success, negative errno value in case of error.