Function Tcl_WriteRaw

Source
pub unsafe extern "C" fn Tcl_WriteRaw(
    chan: Tcl_Channel,
    src: *const c_char,
    srcLen: c_int,
) -> c_int