pub type s7_function = Option<unsafe extern "C" fn(sc: *mut s7_scheme, args: s7_pointer) -> s7_pointer>;
pub enum s7_function { None, Some(unsafe extern "C" fn(*mut s7_scheme, *mut s7_cell) -> *mut s7_cell), }
No value.
Some value of type T.
T