func AllocRW() *RWops { return (*RWops)(unsafe.Pointer(C.SDL_AllocRW())) }
func AllocRW() *RWops { return (*RWops)(C.SDL_AllocRW()) }