pub unsafe extern "C" fn apr_queue_size(
queue: *mut apr_queue_t,
) -> c_uintExpand description
returns the size of the queue.
@warning this is not threadsafe, and is intended for reporting/monitoring of the queue. @param queue the queue @returns the size of the queue