dpiContext_destroy

Function dpiContext_destroy 

Source
pub unsafe extern "C" fn dpiContext_destroy(
    context: *mut dpiContext,
) -> c_int
Expand 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.