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