pub unsafe extern "C" fn dpiDeqOptions_setMsgId(
options: *mut dpiDeqOptions,
value: *const c_char,
valueLength: u32,
) -> c_intExpand description
Sets the identifier of the specific message to be dequeued.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.