Function Tcl_ParseCommand

Source
pub unsafe extern "C" fn Tcl_ParseCommand(
    interp: *mut Tcl_Interp,
    start: *const c_char,
    numBytes: c_int,
    nested: c_int,
    parsePtr: *mut Tcl_Parse,
) -> c_int