pub unsafe extern "C" fn dpiSodaCollCursor_close(
cursor: *mut dpiSodaCollCursor,
) -> c_intExpand description
Closes the cursor and makes it unusable for further work immediately, rather than when the reference count reaches zero.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.