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