rbtree_insert

Function rbtree_insert 

Source
pub unsafe extern "C" fn rbtree_insert(
    tree: *mut RBTree,
    key: *const c_void,
    func_key_copy: FPtr_copy,
    ktype: *const char_t,
) -> *mut byte_t