async fn edit_cipher(
key_store: &KeyStore<KeyIds>,
api_client: &ApiClient,
encrypted_for: UserId,
original_cipher_view: CipherView,
request: CipherEditRequest,
) -> Result<CipherView, EditCipherAdminError>async fn edit_cipher(
key_store: &KeyStore<KeyIds>,
api_client: &ApiClient,
encrypted_for: UserId,
original_cipher_view: CipherView,
request: CipherEditRequest,
) -> Result<CipherView, EditCipherAdminError>