thread_id: u64System-wide unique 64-bit thread id
thread_handle: u64Handle to be used by libproc
dispatch_qaddr: u64libdispatch queue address
pub const thread_identifier_info = extern struct {
/// System-wide unique 64-bit thread id
thread_id: u64,
/// Handle to be used by libproc
thread_handle: u64,
/// libdispatch queue address
dispatch_qaddr: u64,
}