pub unsafe extern "C" fn bpf_prog_load_deprecated(
    file: *const c_char,
    type_: bpf_prog_type,
    pobj: *mut *mut bpf_object,
    prog_fd: *mut c_int
) -> c_int