Buffer.copyDeep

Creates a copy of the given buffer. This will make a newly allocated copy of the data the source buffer contains.

Returns

a new copy of buf if the copy succeeded, null otherwise.