Function Pointer
PFN_vkVoidFunction
Placeholder function pointer type returned by queries
The definition of PFN_vkVoidFunction is:
typedef void (VKAPI_PTR *PFN_vkVoidFunction)(void);
This type is returned from command function pointer queries, and must be cast to an actual command function pointer before use.