Type Definition sdl2_sys::SDL_HintCallback

source ·
pub type SDL_HintCallback = Option<unsafe extern "C" fn(userdata: *mut c_void, name: *const c_char, oldValue: *const c_char, newValue: *const c_char)>;
Expand description

\brief type definition of the hint callback function.