pub unsafe extern "C" fn git_branch_set_upstream(
    branch: *mut git_reference,
    upstream_name: *const c_char
) -> c_int