Create a DatumBinaryRef object having the specified data and size.
The behavior is undefined unless 0 != data || 0 == size. Note that the memory pointed by data is never accessed by a DatumBinaryRef object.
| Name | Description |
|---|---|
| data | pointer to the binary data |
| size | size of the binary data |