PFNGLCOPYCONVOLUTIONFILTER1DPROC typedef
        PFNGLCOPYCONVOLUTIONFILTER1DPROC =
     Void Function(Uint32 target, Uint32 internalformat, Int32 x, Int32 y, Uint32 width)
    
    
    
Implementation
typedef PFNGLCOPYCONVOLUTIONFILTER1DPROC =
    Void Function(
      Uint32 target,
      Uint32 internalformat,
      Int32 x,
      Int32 y,
      Uint32 width,
    );