Function Tcl_ReadRaw

Source
pub unsafe extern "C" fn Tcl_ReadRaw(
    chan: Tcl_Channel,
    dst: *mut c_char,
    bytesToRead: c_int,
) -> c_int