PFNGLBLENDFUNCSEPARATEEXTPROCDart typedef
        PFNGLBLENDFUNCSEPARATEEXTPROCDart =
     void Function(int sfactorRgb, int dfactorRgb, int sfactorAlpha, int dfactorAlpha)
    
    
    
Implementation
typedef PFNGLBLENDFUNCSEPARATEEXTPROCDart =
    void Function(
      int sfactorRgb,
      int dfactorRgb,
      int sfactorAlpha,
      int dfactorAlpha,
    );