pub unsafe extern "C" fn dpiContext_destroy(
context: *mut dpiContext,
) -> c_intExpand description
Destroys the context that was earlier created with the function
dpiContext_createWithParams().
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.