pub unsafe extern "C" fn Tk_PhotoPutZoomedBlock(
interp: *mut Tcl_Interp,
handle: Tk_PhotoHandle,
blockPtr: *mut Tk_PhotoImageBlock,
x: c_int,
y: c_int,
width: c_int,
height: c_int,
zoomX: c_int,
zoomY: c_int,
subsampleX: c_int,
subsampleY: c_int,
compRule: c_int,
) -> c_int