pub unsafe extern "C" fn libbpf_register_prog_handler(
    sec: *const c_char,
    prog_type: bpf_prog_type,
    exp_attach_type: bpf_attach_type,
    opts: *const libbpf_prog_handler_opts
) -> c_int