Function libgit2_sys::git_note_iterator_new[][src]

pub unsafe extern "C" fn git_note_iterator_new(
    out: *mut *mut git_note_iterator,
    repo: *mut git_repository,
    notes_ref: *const c_char
) -> c_int