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