pub unsafe extern "C" fn aws_priority_queue_node_init(
node: *mut aws_priority_queue_node,
)Expand description
Initializes a queue node to a default value that indicates the node is not in the queue.
@param node priority queue node to initialize with a default value