pub unsafe extern "C" fn aws_cache_remove(
    cache: *mut aws_cache,
    key: *const c_void
) -> c_int
Expand description

Removes item at key from the cache.