pub type FNCERTSRVBACKUPEND = Option<unsafe extern "system" fn(hbc: *mut c_void) -> HRESULT>;
pub enum FNCERTSRVBACKUPEND { None, Some(unsafe extern "system" fn(*mut c_void) -> HRESULT), }
No value.
Some value of type T.
T