pub unsafe extern "C" fn dpiMsgProps_setPayloadBytes(
props: *mut dpiMsgProps,
value: *const c_char,
valueLength: u32,
) -> c_intExpand description
Sets the payload for the message as a series of bytes. This value will be
used when the message is enqueued using dpiQueue_enqOne() or
dpiQueue_enqMany().
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.