[Solved] Does ccall really convert arguments passed by pointer?

This turned out to be either a bug in the core library or a very misguided documentation, depending on the perspective (issue #29850). The behavior of the function unsafe_convert changed from version 0.4 to 0.5, in a way that makes it more flexible than what is currently suggested. According to this commit, unsafe_convert changed from … Read more