fn convert_public_key_to_handle( algorithm_name: CryptoAlgorithm, public_key_bytes: &[u8], ) -> Result<Handle, Error>
Convert public key bytes to an ML-DSA public key handle. If the conversion fails, throw a DataError.