Function sdl2_sys::SDL_RWclose[][src]

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

Close and free an allocated SDL_RWops structure.

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