Create an expression that performs bit insert operation.
A blob bin expression to apply this function to.
Blob expression containing the bytes to insert.
Byte index of where to insert the value.
Optional
bit policy value.
blob - bin resulting blob containing the inserted bytes.
Create an expression that performs bit insert operation.