Type Alias FNCERTSRVRESTOREPREPAREW
pub type FNCERTSRVRESTOREPREPAREW = Option<unsafe extern "system" fn(pwszservername: PCWSTR, dwrestoreflags: u32, phbc: *mut *mut c_void) -> HRESULT>;Aliased Type§
pub enum FNCERTSRVRESTOREPREPAREW {
None,
Some(unsafe extern "system" fn(PCWSTR, u32, *mut *mut c_void) -> HRESULT),
}