Validate the type of a function pointer at compile time
#include <wfdqnx/wfdcfg.h>
void* WFDCFG_FNPTR(void *FN, void *TYP)
This macro is used to validate that whether the specified function pointer (FN) is the same type as the specified function type (TYP).
The function pointer FN, if it is compatible with the function type specified; 0 otherwise.