pub(crate) fn annotate_vmlinux( vmlinux_h: &str, comments_map: &HashMap<String, String>, struct_map: &HashMap<String, String>, ) -> Result<String, Error>
Adds comments to vmlinux.h based on the provided comments map