pub type libbpf_prog_attach_fn_t = Option<unsafe extern "C" fn(prog: *const bpf_program, cookie: c_long, link: *mut *mut bpf_link) -> c_int>;