TypeValuePeekPointerFunc

If the value contents fit into a pointer, such as objects or strings, return this pointer, so the caller can peek at the current contents.

To extend on our above string example:

return value->data[0].v_pointer;
alias TypeValuePeekPointerFunc = void* delegate

Return Value

a pointer to the value contents