Type Alias windows::Win32::Security::Cryptography::Certificates::FNCERTSRVBACKUPTRUNCATELOGS
pub type FNCERTSRVBACKUPTRUNCATELOGS = Option<unsafe extern "system" fn(hbc: *mut c_void) -> HRESULT>;
Aliased Type§
enum FNCERTSRVBACKUPTRUNCATELOGS {
None,
Some(unsafe extern "system" fn(_: *mut c_void) -> HRESULT),
}