PFNGLTEXIMAGE4DSGISPROCDart typedef
        PFNGLTEXIMAGE4DSGISPROCDart =
     void Function(int target, int level, int internalformat, int width, int height, int depth, int size4d, int border, int format, int type, Pointer<NativeType>  pixels)
    
    
    
Implementation
typedef PFNGLTEXIMAGE4DSGISPROCDart =
    void Function(
      int target,
      int level,
      int internalformat,
      int width,
      int height,
      int depth,
      int size4d,
      int border,
      int format,
      int type,
      Pointer<NativeType> pixels,
    );