pub type thread_func_t = Option<unsafe extern "C" fn(gl_comm: *mut thrcomm_t, tid: dim_t, params: *const c_void)>;
pub enum thread_func_t { None, Some(unsafe extern "C" fn(*mut thrcomm_s, i64, *const c_void)), }
No value.
Some value of type T.
T