Type Alias Tcl_FSOpenFileChannelProc

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