pub type LINEDDAPROC = Option<unsafe extern "system" fn(c_int, c_int, LPARAM)>;
enum LINEDDAPROC { None, Some(unsafe extern "system" fn(_: i32, _: i32, _: isize)), }
No value.
Some value of type T.
T