I can pass string pass bidirectionally in the imported function because I can access the stack memory. But I don't know how to do it for exported function. I don't have access to the stack and can not implement ArgType for my type. Is there any way to do this?
I can pass string pass bidirectionally in the imported function because I can access the stack memory. But I don't know how to do it for exported function. I don't have access to the stack and can not implement ArgType for my type. Is there any way to do this?