pub unsafe extern "C" fn Tcl_RegExpExecObj(
interp: *mut Tcl_Interp,
regexp: Tcl_RegExp,
textObj: *mut Tcl_Obj,
offset: c_int,
nmatches: c_int,
flags: c_int,
) -> c_intpub unsafe extern "C" fn Tcl_RegExpExecObj(
interp: *mut Tcl_Interp,
regexp: Tcl_RegExp,
textObj: *mut Tcl_Obj,
offset: c_int,
nmatches: c_int,
flags: c_int,
) -> c_int