Type Definition fermium::hints::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