Type Alias NCryptIsAlgSupportedFn
pub type NCryptIsAlgSupportedFn = Option<unsafe extern "system" fn(hprovider: NCRYPT_PROV_HANDLE, pszalgid: PCWSTR, dwflags: u32) -> HRESULT>;Aliased Type§
pub enum NCryptIsAlgSupportedFn {
None,
Some(unsafe extern "system" fn(NCRYPT_PROV_HANDLE, PCWSTR, u32) -> HRESULT),
}Variants§
None
No value.
Some(unsafe extern "system" fn(NCRYPT_PROV_HANDLE, PCWSTR, u32) -> HRESULT)
Some value of type T.