fn parse_transform_function<'i>(
    name: &str,
    parser: &mut Parser<'i, '_>
) -> Result<Transform, ParseError<'i>>