fn extra_link_args<'a>(
    link_type: LinkType,
    key: &str,
    value: &'a CV
) -> CargoResult<impl Iterator<Item = (LinkType, String)> + 'a>