Type Alias FNCERTSRVISSERVERONLINEW
pub type FNCERTSRVISSERVERONLINEW = Option<unsafe extern "system" fn(pwszservername: PCWSTR, pfserveronline: *mut BOOL) -> HRESULT>;Aliased Type§
pub enum FNCERTSRVISSERVERONLINEW {
None,
Some(unsafe extern "system" fn(PCWSTR, *mut BOOL) -> HRESULT),
}