Function Tcl_WriteChars

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