pub unsafe extern "C" fn git_reflog_read(
    out: *mut *mut git_reflog,
    repo: *mut git_repository,
    name: *const c_char
) -> c_int