pub type Tk_DrawElementProc = Option<unsafe extern "C" fn(clientData: ClientData, recordPtr: *mut c_char, optionsPtr: *mut *const Tk_OptionSpec, tkwin: Tk_Window, d: Drawable, x: c_int, y: c_int, width: c_int, height: c_int, state: c_int)>;Aliased Type§
pub enum Tk_DrawElementProc {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut i8, *mut *const Tk_OptionSpec, *mut Tk_Window_, u64, i32, i32, i32, i32, i32)),
}