pub type Entity_TouchesCondition = Option<unsafe extern "C" fn(block: BlockID) -> cc_bool>;
enum Entity_TouchesCondition { None, Some(unsafe extern "C" fn(_: u16) -> u8), }
No value.
Some value of type T.
T