pub unsafe extern "C" fn TF_ImportGraphDefOptionsAddInputMapping(
    opts: *mut TF_ImportGraphDefOptions,
    src_name: *const c_char,
    src_index: c_int,
    dst: TF_Output
)