pub type SDL_AssertionHandler = Option<unsafe extern "C" fn(data: *const SDL_AssertData, userdata: *mut c_void) -> SDL_AssertState>;Aliased Type§
pub enum SDL_AssertionHandler {
None,
Some(unsafe extern "C" fn(*const SDL_AssertData, *mut c_void) -> u32),
}