pub type PR_Draw_PenSize = Option<unsafe extern "C" fn(widthS: A_FpLong, heightS: A_FpLong)>;
pub enum PR_Draw_PenSize { None, Some(unsafe extern "C" fn(f64, f64)), }
No value.
Some value of type T.
T