pub unsafe extern "C" fn SetProfilingThreadCallbacks(
    registerThread: Option<unsafe extern "C" fn(_: *const i8, _: *mut c_void) -> *mut ProfilingStack>,
    unregisterThread: Option<unsafe extern "C" fn()>
)