[][src]Function dqcsim::bindings::dqcs_handle_delete_all

#[no_mangle]pub extern "C" fn dqcs_handle_delete_all() -> dqcs_return_t

Deletes all handles for the current thread.

This can be used to clean stuff up at the end of main() or before an abort() of some kind. If you don't clean up properly, you might get undefined behavior or errors when DQCsim tries to do it for you.