pub async fn list_edit_post(
    __arg0: ListEditPath,
    session: WritableSession,
    __arg2: Extension<User>,
    __arg3: Form<ChangeSetting>,
    __arg4: State<Arc<AppState>>
) -> Result<Redirect, ResponseError>