Type Alias git_treewalk_cb

Source
pub type git_treewalk_cb = extern "C" fn(*const c_char, *const git_tree_entry, *mut c_void) -> c_int;