This function initializes the notification LED.
BOOL NLedDriverInitialize ( void );
TRUE indicates success. FALSE indicates failure.
Even if no explicit initialization is required for the notification LED, a stub function must be provided.
Implement this GWES-layer function as part of porting native device drivers.
This function is declared in the Led_drvr.h header file.