12 #define NONEFUNCTION (void *) NoneFunction 13 #define NOTIMPLEMENTED (void *) NotImplementedFunction 14 #define NOTSUPPORTED (void *) NotSupportedFunction
GSM_Error NotSupportedFunction(void)
GSM_Error NoneFunction(void)
GSM_Error NotImplementedFunction(void)