Type Alias Tk_ImageFileReadProc
Source pub type Tk_ImageFileReadProc = Option<unsafe extern "C" fn(interp: *mut Tcl_Interp, chan: Tcl_Channel, fileName: *const c_char, format: *mut Tcl_Obj, imageHandle: Tk_PhotoHandle, destX: c_int, destY: c_int, width: c_int, height: c_int, srcX: c_int, srcY: c_int) -> c_int>;
pub enum Tk_ImageFileReadProc {
None,
Some(unsafe extern "C" fn(*mut Tcl_Interp, *mut Tcl_Channel_, *const i8, *mut Tcl_Obj, *mut c_void, i32, i32, i32, i32, i32, i32) -> i32),
}