What is the term used (say, by programming language theorists) for the act of casting a void pointer into a pointer to a type? Is it "upcasting"? "type infusion"? "typing"?
Notes:
If you wanted to make up a new term, you could call it type unerasure.