pub type Tk_ItemPostscriptProc = Option<unsafe extern "C" fn(interp: *mut Tcl_Interp, canvas: Tk_Canvas, itemPtr: *mut Tk_Item, prepass: c_int) -> c_int>;Aliased Type§
pub enum Tk_ItemPostscriptProc {
None,
Some(unsafe extern "C" fn(*mut Tcl_Interp, *mut Tk_Canvas_, *mut Tk_Item, i32) -> i32),
}