pub type FunctionTailcall = Option<unsafe extern "system" fn(funcid: usize)>;
enum FunctionTailcall { None, Some(unsafe extern "system" fn(_: usize)), }
No value.
Some value of type T.
T