pub unsafe extern "C" fn queue_contents(
s: *mut queue_state_t,
) -> c_intExpand description
Check the contents of a queue. \brief Check the contents of a queue. \param s The queue context. \return The number of bytes in the queue.
pub unsafe extern "C" fn queue_contents(
s: *mut queue_state_t,
) -> c_intCheck the contents of a queue. \brief Check the contents of a queue. \param s The queue context. \return The number of bytes in the queue.