cbor_build_bytestring

Creates a new byte string and initializes it

The handle will be copied to a newly allocated block

@param handle Block of binary data @param length Length of data @return A **new** byte string with content handle. NULL on malloc failure.

extern (C)
cbor_build_bytestring

Meta