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