Type Definition sdl2_sys::SDL_AssertionHandler

source ·
pub type SDL_AssertionHandler = Option<unsafe extern "C" fn(data: *const SDL_AssertData, userdata: *mut c_void) -> SDL_AssertState>;