Function rust_hawktracer::ht_deinit[][src]

pub unsafe extern "C" fn ht_deinit()

Uninitializes HawkTracer library.

This function must be called as a last function of the library in the program. The only exception is ht_timeline_deinit() which might be called after ht_deinit(), however, it's highly not recommended and should be avoided when possible.