windows::Win32::Security::Cryptography

Type Alias SslEnumEccCurvesFn

pub type SslEnumEccCurvesFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, pecccurvecount: *mut u32, ppecccurve: *mut *mut NCRYPT_SSL_ECC_CURVE, dwflags: u32) -> HRESULT>;

Aliased Type§

enum SslEnumEccCurvesFn {
    None,
    Some(unsafe extern "system" fn(_: NCRYPT_PROV_HANDLE, _: *mut u32, _: *mut *mut NCRYPT_SSL_ECC_CURVE, _: u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.