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.
See Implementation
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.