pub unsafe extern "C" fn bpf_program__set_insns(
    prog: *mut bpf_program,
    new_insns: *mut bpf_insn,
    new_insn_cnt: size_t
) -> c_int