pub unsafe extern "C" fn av_thread_message_flush(
    mq: *mut AVThreadMessageQueue
)
Expand description

Flush the message queue

This function is mostly equivalent to reading and free-ing every message except that it will be done in a single operation (no lock/unlock between reads).