Type Alias windows::Win32::Security::Cryptography::SslInitializeInterfaceFn

pub type SslInitializeInterfaceFn = Option<unsafe extern "system" fn(pszprovidername: PCWSTR, pfunctiontable: *mut NCRYPT_SSL_FUNCTION_TABLE, dwflags: u32) -> HRESULT>;

Aliased Type§

enum SslInitializeInterfaceFn {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: *mut NCRYPT_SSL_FUNCTION_TABLE, _: u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: *mut NCRYPT_SSL_FUNCTION_TABLE, _: u32) -> HRESULT)

Some value of type T.