pub type PR_DrawCachedIconFunc = Option<unsafe extern "C" fn(x: A_long, y: A_long)>;
pub enum PR_DrawCachedIconFunc { None, Some(unsafe extern "C" fn(i32, i32)), }
No value.
Some value of type T.
T