pub type Thread_StartFunc = Option<unsafe extern "C" fn()>;
enum Thread_StartFunc { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T