pub fn start_node(
    client_config: &ClientLoadConfig,
    storage_folder_name: &str,
    temp_dir: &TempDir
) -> Result<JormungandrProcess, StartupError>