SdlReallocFunc typedef
        SdlReallocFunc =
     Pointer<NativeType>  Function(Pointer<NativeType>  mem, Uint32 size)
    
    
    
Implementation
typedef SdlReallocFunc =
    Pointer<NativeType> Function(Pointer<NativeType> mem, Uint32 size);