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