pub type PR_Draw_MoveToFunc = Option<unsafe extern "C" fn(x: A_FpLong, y: A_FpLong)>;
line drawing routines for interactive artisans
pub enum PR_Draw_MoveToFunc { None, Some(unsafe extern "C" fn(f64, f64)), }
No value.
Some value of type T.
T