pub unsafe extern "C" fn dpiEnqOptions_release(
options: *mut dpiEnqOptions,
) -> c_intExpand description
Releases a reference to the enqueue options. A count of the references to the enqueue 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.