pub(crate) fn parse_lazy_static(
    context: &RewriteContext<'_>,
    ts: TokenStream
) -> Option<Vec<(Visibility, Ident, P<Ty>, P<Expr>)>>