pub unsafe extern "C" fn Tcl_SetChannelOption(
interp: *mut Tcl_Interp,
chan: Tcl_Channel,
optionName: *const c_char,
newValue: *const c_char,
) -> c_intpub unsafe extern "C" fn Tcl_SetChannelOption(
interp: *mut Tcl_Interp,
chan: Tcl_Channel,
optionName: *const c_char,
newValue: *const c_char,
) -> c_int