pub unsafe extern "C" fn TF_UpdateEdge(
    graph: *mut TF_Graph,
    new_src: TF_Output,
    dst: TF_Input,
    status: *mut TF_Status
)