PFNGLTRACKMATRIXNVPROC typedef
        PFNGLTRACKMATRIXNVPROC =
     Void Function(Uint32 target, Uint32 address, Uint32 matrix, Uint32 transform)
    
    
    
Implementation
typedef PFNGLTRACKMATRIXNVPROC =
    Void Function(
      Uint32 target,
      Uint32 address,
      Uint32 matrix,
      Uint32 transform,
    );