Function simics_api_sys::ht_for_each_entry_str

source ยท
pub unsafe extern "C" fn ht_for_each_entry_str(
    table: *mut ht_str_table_t,
    f: Option<unsafe extern "C" fn(table: *mut ht_str_table_t, key: *const c_char, value: *mut c_void, data: *mut c_void) -> c_int>,
    data: *mut c_void,
) -> c_int