SDL_RWread

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. size_t SDL_RWread(SDL_RWops* ctx, void* ptr, size_t size, size_t n)
  2. size_t SDL_RWread(SDL_RWops* , void* , size_t , size_t )
    version(BindSDL_Static)
    extern (C) @nogc nothrow
    static if(sdlSupport >= SDLSupport.sdl2010)
    size_t
    SDL_RWread
    (,
    void*
    ,
    size_t
    ,
    size_t
    )
  3. pSDL_RWread SDL_RWread;

Meta