libgit2_sys

Function git_index_add_frombuffer

Source
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