pub unsafe extern "C" fn RemoveNodeByValueFromSplayTree(
    arg1: *mut SplayTreeInfo,
    arg2: *const c_void,
) -> *mut c_void