libgit2_sys

Function git_remote_set_pushurl

Source
pub unsafe extern "C" fn git_remote_set_pushurl(
    repo: *mut git_repository,
    remote: *const c_char,
    pushurl: *const c_char,
) -> c_int