Function mysqlEscape
Helper function to easily construct a escape wrapper struct
Template Params: T = type of the input
Prototype
MysqlEscape!T mysqlEscape(T)(
								
  T input
								
);
							
						Parameters
| Name | Description | 
|---|---|
| input | input to escape |