pub type ecs_os_thread_callback_t = Option<unsafe extern "C" fn(*mut c_void) -> *mut c_void>;
Threads
pub enum ecs_os_thread_callback_t { None, Some(unsafe extern "C" fn(*mut c_void) -> *mut c_void), }
No value.
Some value of type T.
T