pub unsafe extern "C" fn halide_memoization_cache_store(
user_context: *mut c_void,
cache_key: *const u8,
size: i32,
realized_bounds: *mut halide_buffer_t,
tuple_count: i32,
tuple_buffers: *mut *mut halide_buffer_t,
has_eviction_key: bool,
eviction_key: u64,
) -> c_int