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