pub type ddsrt_thread_routine_t = Option<unsafe extern "C" fn(p: *mut c_void) -> u32>;Expand description
@brief Definition for a thread routine invoked on thread create.
Aliased Type§
pub enum ddsrt_thread_routine_t {
None,
Some(unsafe extern "C" fn(*mut c_void) -> u32),
}