pub(crate) fn import_key( global: &GlobalScope, normalized_algorithm: &SubtleAlgorithm, format: KeyFormat, key_data: &[u8], extractable: bool, usages: Vec<KeyUsage>, can_gc: CanGc, ) -> Result<DomRoot<CryptoKey>, Error>
https://wicg.github.io/webcrypto-modern-algos/#argon2-operations-import-key