api2wire_box_autoadd_aes_encrypt_req method

  1. @protected
Pointer<wire_AesEncryptReq> api2wire_box_autoadd_aes_encrypt_req(
  1. AesEncryptReq raw
)

Implementation

@protected
ffi.Pointer<wire_AesEncryptReq> api2wire_box_autoadd_aes_encrypt_req(
    AesEncryptReq raw) {
  final ptr = inner.new_box_autoadd_aes_encrypt_req_0();
  _api_fill_to_wire_aes_encrypt_req(raw, ptr.ref);
  return ptr;
}