pub type SubType = Option<c_uint>;
Subtype of an SQL function
enum SubType { None, Some(u32), }
No value.
Some value of type T.
T