Function g_cache_key_foreach

pub unsafe extern "C" fn g_cache_key_foreach(
    cache: *mut _GCache,
    func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut c_void)>,
    user_data: *mut c_void,
)