Function rust_tcl_sys::tcl::funopen [] [src]

pub unsafe extern "C" fn funopen(
    arg1: *const c_void,
    arg2: Option<extern "C" fn(_: *mut c_void, _: *mut c_char, _: c_int) -> c_int>,
    arg3: Option<extern "C" fn(_: *mut c_void, _: *const c_char, _: c_int) -> c_int>,
    arg4: Option<extern "C" fn(_: *mut c_void, _: fpos_t, _: c_int) -> fpos_t>,
    arg5: Option<extern "C" fn(_: *mut c_void) -> c_int>
) -> *mut FILE