pub unsafe extern "C" fn rbtree_insert_ptr( tree: *mut RBTree, key: *const c_void, ptr: *mut c_void, ktype: *const char_t, ) -> bool_t