#[doc = "\\brief Function type for thread intialization callbacks.\n\n Once registered by SCThreadRegisterInitCallback, this function will\n be called for every thread being initialized during Suricata\n startup.\n\n\\param tv The ThreadVars struct that has just been initialized.\n\\param user The user data provided when registering the callback."]
#[doc = "\\brief Register a thread init callback.\n\n Register a user provided function to be called every time a thread is\n initialized for use.\n\n\\param fn Pointer to function to be called\n\\param user Additional user data to be passed to callback\n\n\\returns true if callback was registered, otherwise false if the\n callback could not be registered due to memory allocation error."]