Type Alias SslGetKeyPropertyFn
pub type SslGetKeyPropertyFn = Option<unsafe extern "system" fn(hkey: NCRYPT_KEY_HANDLE, pszproperty: PCWSTR, ppboutput: *mut *mut u8, pcboutput: *mut u32, dwflags: u32) -> HRESULT>;Aliased Type§
pub enum SslGetKeyPropertyFn {
None,
Some(unsafe extern "system" fn(NCRYPT_KEY_HANDLE, PCWSTR, *mut *mut u8, *mut u32, u32) -> HRESULT),
}