pub fn fold_transform_call<T>(
    fold: &mut T,
    t: TransformCall
) -> Result<TransformCall, Error>
where T: PlFold + ?Sized,