pub unsafe extern "C" fn esp_console_stop_repl(
repl: *mut esp_console_repl_s,
) -> i32Expand 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