pub type PR_Draw_Invert = Option<unsafe extern "C" fn(arg1: A_Boolean)>;
pub enum PR_Draw_Invert { None, Some(unsafe extern "C" fn(u8)), }
No value.
Some value of type T.
T