On Wednesday, 22 November 2017 at 15:23:58 UTC, Tim Hsu wrote:

I am afraid what will happen when casting this reference to void *


a ref is a ptr.
The cast will produce a ptr which is valid as long as the ref is valid.

Reply via email to