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