pub unsafe extern "C" fn git_revwalk_add_hide_cb(
    walk: *mut git_revwalk,
    hide_cb: git_revwalk_hide_cb,
    payload: *mut c_void
) -> c_int