pub async fn op_crypto_generate_key(
    _state: Rc<RefCell<OpState>>,
    opts: GenerateKeyOptions,
    _: ()
) -> Result<ZeroCopyBuf, AnyError>