Type Definition sdl2_sys::timer::SDL_TimerCallback [] [src]

type SDL_TimerCallback = Option<extern fn(_: uint32_t, _: *mut c_void) -> uint32_t>;