Tcl_CreateTimerHandler

Function Tcl_CreateTimerHandler 

Source
pub unsafe extern "C" fn Tcl_CreateTimerHandler(
    milliseconds: c_int,
    proc_: Tcl_TimerProc,
    clientData: ClientData,
) -> Tcl_TimerToken