pub unsafe extern "C" fn aws_priority_queue_backpointer_index_valid(
queue: *const aws_priority_queue,
index: usize
) -> bool
Expand description
Checks that the backpointer at a specific index of the queue is NULL or points to a correctly allocated aws_priority_queue_node.