pub async fn patch_contact(
__arg0: State<App>,
tn_id: TnId,
__arg2: IdTag,
__arg3: Auth,
__arg4: OptionalRequestId,
__arg5: Path<(u64, String)>,
__arg6: Json<ContactPatch>,
) -> ClResult<(StatusCode, Json<ApiResponse<ContactOutput>>)>