pub unsafe extern "C" fn git_diff_from_buffer(
    diff: *mut *mut git_diff,
    content: *const c_char,
    content_len: size_t
) -> c_int