pub type DBGPRINT = Option<unsafe extern "system" fn(format: PCSTR) -> u32>;
pub enum DBGPRINT { None, Some(unsafe extern "system" fn(PCSTR) -> u32), }
No value.
Some value of type T.
T