pub type PatFieldPtr = AstPtr<Either<RecordExprField, RecordPatField>>;
pub struct PatFieldPtr { /* private fields */ }