pub unsafe extern "C" fn aws_hash_table_foreach(
    map: *mut AwsCHashTable,
    callback: *const extern "C" fn(context: *mut c_void, p_element: *mut AwsCHashElement) -> i32,
    context: *mut c_void
) -> i32