PFNGLPATHCOMMANDSNVPROC typedef
        PFNGLPATHCOMMANDSNVPROC =
     Void Function(Uint32 path, Uint32 numCommands, Pointer<Uint8>  commands, Uint32 numCoords, Uint32 coordType, Pointer<NativeType>  coords)
    
    
    
Implementation
typedef PFNGLPATHCOMMANDSNVPROC =
    Void Function(
      Uint32 path,
      Uint32 numCommands,
      Pointer<Uint8> commands,
      Uint32 numCoords,
      Uint32 coordType,
      Pointer<NativeType> coords,
    );