SslGetExtensionsFn

Type Alias 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§

pub 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.