[][src]Function sdl2_sys::SDL_RWclose

pub unsafe extern "C" fn SDL_RWclose(context: *mut SDL_RWops) -> c_int

Close and free an allocated SDL_RWops structure.

\return 0 if successful or -1 on write error when flushing data.