Function std::backtrace_rs::dbghelp::init

source ·
pub fn init() -> Result<Init, ()>
Expand description

Initialize all support necessary to access dbghelp API functions from this crate.

Note that this function is safe, it internally has its own synchronization. Also note that it is safe to call this function multiple times recursively.