bpf: fix size mismatch for size_t on i686
error[E0308]: mismatched types
--> src/bpf.rs:39:13
|
39 | sz: std::mem::size_of::<libbpf_sys::bpf_test_run_opts>() as u64,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u32`, found `u64`