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