pub fn assign( conn: &Connection, face_ids: &[i64], person_label: &str, ) -> Result<()>
Assign faces to an existing/new person: sets person_label + confirmed. Rejects an empty label after sanitizing.