Closes an existing handle to the MsQuic library, releasing the reference on the library and freeing the function table.
_IRQL_requires_max_(PASSIVE_LEVEL)
_Pre_defensive_
void
QUIC_API
MsQuicClose(
_In_ const void* QuicApi
);
QuicApi
The function table from a previous call to MsQuicOpenVersion.
This function must be called when the app is done with the MsQuic library.
MsQuicClose and MsQuicOpenVersion are not thread-safe if the caller is statically linking MsQuic, and therefore must not be called in parallel.