pub type UmkaGetParamType = Option<unsafe extern "C" fn(params: *mut UmkaStackSlot, index: c_int) -> *const UmkaType>;
pub enum UmkaGetParamType { None, Some(unsafe extern "C" fn(*mut UmkaStackSlot, i32) -> *const tagType), }
No value.
Some value of type T.
T