pub async fn encrypted_symmetric_key_for_note( note_id: NoteId, owner: &String, encryption_public_key: Vec<u8>, ) -> String