PFNGLBLENDFUNCSEPARATEIPROC typedef
        PFNGLBLENDFUNCSEPARATEIPROC =
     Void Function(Uint32 buf, Uint32 srcRgb, Uint32 dstRgb, Uint32 srcAlpha, Uint32 dstAlpha)
    
    
    
Implementation
typedef PFNGLBLENDFUNCSEPARATEIPROC =
    Void Function(
      Uint32 buf,
      Uint32 srcRgb,
      Uint32 dstRgb,
      Uint32 srcAlpha,
      Uint32 dstAlpha,
    );