pub unsafe extern "C" fn esp_console_stop_repl(
repl: *mut esp_console_repl_t,
) -> esp_err_tExpand description
@brief Stop REPL environment
@param[in] repl REPL handle returned from esp_console_new_repl_xxx @return - ESP_OK on success - others on failure