Type Alias windows_sys::Win32::Security::Cryptography::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(_: usize, _: *mut u32, _: *mut *mut NCRYPT_SSL_ECC_CURVE, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.