Function libgit2_sys::git_annotated_commit_lookup[][src]

pub unsafe extern "C" fn git_annotated_commit_lookup(
    out: *mut *mut git_annotated_commit,
    repo: *mut git_repository,
    id: *const git_oid
) -> c_int