Type Alias windows::Win32::Security::Authentication::Identity::SslGetExtensionsFn

pub type SslGetExtensionsFn = Option<unsafe extern "system" fn(clienthello: *const u8, clienthellobytesize: u32, genericextensions: *mut SCH_EXTENSION_DATA, genericextensionscount: u8, bytestoread: *mut u32, flags: SchGetExtensionsOptions) -> HRESULT>;

Aliased Type§

enum SslGetExtensionsFn {
    None,
    Some(unsafe extern "system" fn(_: *const u8, _: u32, _: *mut SCH_EXTENSION_DATA, _: u8, _: *mut u32, _: SchGetExtensionsOptions) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const u8, _: u32, _: *mut SCH_EXTENSION_DATA, _: u8, _: *mut u32, _: SchGetExtensionsOptions) -> HRESULT)

Some value of type T.