Type Definition rust_tcl_sys::tcl::Tcl_MathProc [] [src]

type Tcl_MathProc = extern "C" fn(_: ClientData, _: *mut Tcl_Interp, _: *mut Tcl_Value, _: *mut Tcl_Value) -> c_int;