aya/xtask/src/codegen
tyrone-wu b23973dd9c xtask: corrected bpf to ebpf for path to aya-ebpf-bindings in codegen
Currently, when running `cargo +nightly xtask codegen` locally and in
the codegen GHA workflow, an error occurs with only "Error: bindgen
failed" displayed.

This was due to a path using "bpf/..." instead of "ebpf/...". It is now
corrected to "ebpf", and bindgen fails should now display a more direct
message on why it failed.

Fixes: 
..
aya.rs xtask: corrected bpf to ebpf for path to aya-ebpf-bindings in codegen
aya_ebpf_bindings.rs xtask: corrected bpf to ebpf for path to aya-ebpf-bindings in codegen
helpers.rs xtask: clippy warnings
mod.rs chore(aya-ebpf-bindings): Rename bpf -> ebpf