let g be a object designator.
void *p = &g; char *pf = (char *)p;
Every pointer type can be converted to a pointer to void and