pub unsafe extern "C" fn SBCommandInterpreterHandleCommand2(
    instance: SBCommandInterpreterRef,
    command_line: *const c_char,
    exe_ctx: SBExecutionContextRef,
    result: SBCommandReturnObjectRef,
    add_to_history: bool
) -> ReturnStatus