pub type pairingheap_comparator = Option<unsafe extern "C" fn(a: *const pairingheap_node, b: *const pairingheap_node, arg: *mut c_void) -> c_int>;