Function rust_hawktracer::ht_init[][src]

pub unsafe extern "C" fn ht_init(argc: c_int, argv: *mut *mut c_char)

Initializes HawkTracer library.

This function must be called before any other function from this library. The only exception is ht_allocator_set(), which must be called before ht_init().

@param argc a number of arguments of the @a argv array. @param argv an array of strings - arguments for HawkTracer library.