pub unsafe extern "C" fn bpf_map_lookup_batch( fd: c_int, in_batch: *mut c_void, out_batch: *mut c_void, keys: *mut c_void, values: *mut c_void, count: *mut __u32, opts: *const bpf_map_batch_opts, ) -> c_int