Type Alias windows::Win32::Security::Cryptography::SslGetProviderPropertyFn

pub type SslGetProviderPropertyFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, pszproperty: PCWSTR, ppboutput: *mut *mut u8, pcboutput: *mut u32, ppenumstate: *mut *mut c_void, dwflags: u32) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.