PFNGLMAPCONTROLPOINTSNVPROC typedef
        PFNGLMAPCONTROLPOINTSNVPROC =
     Void Function(Uint32 target, Uint32 index, Uint32 type, Uint32 ustride, Uint32 vstride, Int32 uorder, Int32 vorder, Int32 packed, Pointer<NativeType>  points)
    
    
    
Implementation
typedef PFNGLMAPCONTROLPOINTSNVPROC =
    Void Function(
      Uint32 target,
      Uint32 index,
      Uint32 type,
      Uint32 ustride,
      Uint32 vstride,
      Int32 uorder,
      Int32 vorder,
      Int32 packed,
      Pointer<NativeType> points,
    );