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