public FunctionTypeWrapper(CppSharp.AST.Type rawType) { this.rawType = rawType; type = rawType as CppSharp.AST.FunctionType; }