[][src]Function fermium::rwops::SDL_FreeRW

pub unsafe extern "C" fn SDL_FreeRW(area: *mut SDL_RWops)

Free an SDL_RWops after use.

Some functions already have a flag that they will free an SDL_RWops given after they use it, so this isn't always necessary.