pub unsafe extern "C" fn thread_state_to_string(
state: thread_status_t,
) -> *const c_char
Expand description
Convert a thread state code to a human readable string.
@param state thread state to convert @returns ptr to string representation of thread state (or to “unknown”)