Type Alias windows::Win32::Security::Cryptography::SslOpenProviderFn

pub type SslOpenProviderFn = Option<unsafe extern "system" fn(phsslprovider: *mut NCRYPT_PROV_HANDLE, pszprovidername: PCWSTR, dwflags: u32) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.