pub type PREQUEST_POWER_COMPLETE = Option<unsafe extern "system" fn()>;
pub enum PREQUEST_POWER_COMPLETE { None, Some(unsafe extern "system" fn()), }
No value.
Some value of type T.
T