Type Alias NCryptSetKeyPropertyFn
pub type NCryptSetKeyPropertyFn = Option<unsafe extern "system" fn(hprovider: NCRYPT_PROV_HANDLE, hkey: NCRYPT_KEY_HANDLE, pszproperty: PCWSTR, pbinput: *const u8, cbinput: u32, dwflags: u32) -> HRESULT>;Aliased Type§
pub enum NCryptSetKeyPropertyFn {
None,
Some(unsafe extern "system" fn(NCRYPT_PROV_HANDLE, NCRYPT_KEY_HANDLE, PCWSTR, *const u8, u32, u32) -> HRESULT),
}Variants§
None
No value.
Some(unsafe extern "system" fn(NCRYPT_PROV_HANDLE, NCRYPT_KEY_HANDLE, PCWSTR, *const u8, u32, u32) -> HRESULT)
Some value of type T.