Function Tcl_RegExpMatch

Source
pub unsafe extern "C" fn Tcl_RegExpMatch(
    interp: *mut Tcl_Interp,
    text: *const c_char,
    pattern: *const c_char,
) -> c_int