SDL_RWwrite

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_RWwrite(SDL_RWops* ctx, const(void)* ptr, size_t size, size_t n)
  2. size_t SDL_RWwrite(SDL_RWops* context, const(void)* ptr, size_t size, size_t num)
    extern (C) @nogc nothrow
    static if(staticBinding)
    static if(sdlSupport >= SDLSupport.sdl2010)
    size_t
    SDL_RWwrite
    (,
    const(void)* ptr
    ,
    size_t size
    ,
    size_t num
    )
  3. pSDL_RWwrite SDL_RWwrite;

Meta