Function libgit2_sys::git_clone

source ·
pub unsafe extern "C" fn git_clone(
    out: *mut *mut git_repository,
    url: *const c_char,
    local_path: *const c_char,
    options: *const git_clone_options
) -> c_int