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