pub unsafe extern "C" fn TF_SetAttrInt(
    desc: *mut TF_OperationDescription,
    attr_name: *const c_char,
    value: i64
)