pub unsafe extern "C" fn bpf_map__set_initial_value(
    map: *mut bpf_map,
    data: *const c_void,
    size: usize
) -> c_int