Type Alias SslInitializeInterfaceFn
pub type SslInitializeInterfaceFn = Option<unsafe extern "system" fn(pszprovidername: PCWSTR, pfunctiontable: *mut NCRYPT_SSL_FUNCTION_TABLE, dwflags: u32) -> HRESULT>;Aliased Type§
pub enum SslInitializeInterfaceFn {
None,
Some(unsafe extern "system" fn(PCWSTR, *mut NCRYPT_SSL_FUNCTION_TABLE, u32) -> HRESULT),
}