pub unsafe extern "C" fn rb_st_update(
    table: *mut st_table,
    key: st_data_t,
    func: st_update_callback_func,
    arg: st_data_t
) -> c_int