pub unsafe extern "C" fn dpiSodaDocCursor_close(
cursor: *mut dpiSodaDocCursor,
) -> 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.