PFNGLTEXIMAGE4DSGISPROC typedef
        PFNGLTEXIMAGE4DSGISPROC =
     Void Function(Uint32 target, Int32 level, Uint32 internalformat, Uint32 width, Uint32 height, Uint32 depth, Uint32 size4d, Int32 border, Uint32 format, Uint32 type, Pointer<NativeType>  pixels)
    
    
    
Implementation
typedef PFNGLTEXIMAGE4DSGISPROC =
    Void Function(
      Uint32 target,
      Int32 level,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
      Uint32 depth,
      Uint32 size4d,
      Int32 border,
      Uint32 format,
      Uint32 type,
      Pointer<NativeType> pixels,
    );