void stream_destroy_factory(stream_factory_t **fact);
Destroy a previously created stream_factory_t handle.
fact == NULL, the function does nothing.fact != NULL and *fact == NULL, the function does nothing.*fact.*fact is set to NULL.stream_destroy_factory() is the matching destructor for handles created by stream_create_factory().NULL handle pointer or an already-NULL handle is accepted as a no-op.