pub unsafe extern "C" fn dpiDeqOptions_release(
options: *mut dpiDeqOptions,
) -> c_intExpand description
Releases a reference to the dequeue options. A count of the references to the dequeue options is maintained and when this count reaches zero, the memory associated with the options is freed.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.