Function Tcl_OpenFileChannel

Source
pub unsafe extern "C" fn Tcl_OpenFileChannel(
    interp: *mut Tcl_Interp,
    fileName: *const c_char,
    modeString: *const c_char,
    permissions: c_int,
) -> Tcl_Channel