Tcl_FSOpenFileChannelProc

Type Alias Tcl_FSOpenFileChannelProc 

Source
pub type Tcl_FSOpenFileChannelProc = Option<unsafe extern "C" fn(interp: *mut Tcl_Interp, pathPtr: *mut Tcl_Obj, mode: c_int, permissions: c_int) -> Tcl_Channel>;

Aliased Type§

pub enum Tcl_FSOpenFileChannelProc {
    None,
    Some(unsafe extern "C" fn(*mut Tcl_Interp, *mut Tcl_Obj, i32, i32) -> *mut Tcl_Channel_),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Tcl_Interp, *mut Tcl_Obj, i32, i32) -> *mut Tcl_Channel_)

Some value of type T.