pub unsafe extern "C" fn git_tag_list_match(
    tag_names: *mut git_strarray,
    pattern: *const c_char,
    repo: *mut git_repository
) -> c_int