SslEnumEccCurvesFn

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§

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