pub(crate) fn auth_mysql_with_hash_stage_2( auth_data: HashedPassword<'_>, salt: &'_ [u8], username: &str, hash_stage_2: &[u8], ) -> Result<()>