pub unsafe extern "C" fn bpf_map__get_next_key(
    map: *const bpf_map,
    cur_key: *const c_void,
    next_key: *mut c_void,
    key_sz: size_t
) -> c_int