pub async fn update_entry( conn: &MysqlConnection, uid: i32, dt: Vec<u8>, n: Option<&str>, l: Option<i32>, _lbl: Option<&str>) -> Result<(), IcError>