Function libgit2_sys::git_index_add_frombuffer [−][src]
pub unsafe extern "C" fn git_index_add_frombuffer(
    index: *mut git_index, 
    entry: *const git_index_entry, 
    buffer: *const c_void, 
    len: size_t
) -> c_int