pub unsafe extern "C" fn git_index_add(
    index: *mut git_index,
    entry: *const git_index_entry
) -> c_int