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