/// Call the specified closure. Abort if it panics.
///
/// Our RB tree implementation leaves a tree in an indeterminate state
/// (specifically, it might or might not leave the node in question in the tree;
/// this is very problematic for intrusive data structures) when provided
/// callbacks panic.