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§
None
No value.
Some(unsafe extern "system" fn(_: NCRYPT_PROV_HANDLE, _: *mut u32, _: *mut *mut NCRYPT_SSL_ECC_CURVE, _: u32) -> HRESULT)
Some value of type T
.