pub async fn op_crypto_encrypt(
    _state: Rc<RefCell<OpState>>,
    opts: EncryptOptions,
    data: ZeroCopyBuf
) -> Result<ZeroCopyBuf, AnyError>