Function libgit2_sys::git_remote_create_with_fetchspec
source ยท pub unsafe extern "C" fn git_remote_create_with_fetchspec(
out: *mut *mut git_remote,
repo: *mut git_repository,
name: *const c_char,
url: *const c_char,
fetch: *const c_char,
) -> c_int