pub unsafe extern "C" fn git_mailmap_from_buffer(
    out: *mut *mut git_mailmap,
    buf: *const c_char,
    len: size_t
) -> c_int