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