Type Alias Tcl_NRPostProc

Source
pub type Tcl_NRPostProc = extern "C" fn(data: *mut ClientData, interp: *mut Tcl_Interp, result: c_int) -> c_int;