pub unsafe extern "C" fn dpiPool_setMaxSessionsPerShard( pool: *mut dpiPool, value: u32, ) -> c_int
Sets the maximum number of sessions per shard.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.