pub fn compute_mysql_native_hash(password: &str) -> [u8; 20]
Compute the mysql_native_password stored hash = SHA1(SHA1(password)). Public so user-creation paths can populate the field at the same moment they have cleartext.
mysql_native_password