pub unsafe extern "C" fn aws_message_pool_release(
    msg_pool: *mut aws_message_pool,
    message: *mut aws_io_message
)
Expand description

Releases message to the pool if space is available, otherwise frees message @param message