pub unsafe extern "C" fn aws_priority_queue_backpointers_valid_deep(
queue: *const aws_priority_queue
) -> bool
Expand description
Checks that the backpointers of the priority queue are either NULL or correctly allocated to point at aws_priority_queue_nodes. This check is O(n), as it accesses every backpointer in a loop, and thus shouldn’t be used carelessly.