Hi,
I see that some runtime functions have both `abi0` interface and `ABIInternal`.
I was wondering what makes the compiler do so, and if I can make it do the same for my defined functions?
A bit of a background - I'm doing a bit of a lowlevel fun, and I want to hook Go functions using just Go code (no assembly) so I want to have the same interface as the original ones.
Thanks!