pub type Tk_ItemCursorProc = Option<unsafe extern "C" fn(canvas: Tk_Canvas, itemPtr: *mut Tk_Item, index: c_int)>;
pub enum Tk_ItemCursorProc { None, Some(unsafe extern "C" fn(*mut Tk_Canvas_, *mut Tk_Item, i32)), }
No value.
Some value of type T.
T