Function Tcl_SetRecursionLimit

Source
pub unsafe extern "C" fn Tcl_SetRecursionLimit(
    interp: *mut Tcl_Interp,
    depth: c_int,
) -> c_int