Type Alias windows_sys::Win32::Security::Cryptography::GetKeyDerivationInterfaceFn
pub type GetKeyDerivationInterfaceFn = Option<unsafe extern "system" fn(pszprovidername: PCWSTR, pszalgid: PCWSTR, ppfunctiontable: *mut *mut BCRYPT_KEY_DERIVATION_FUNCTION_TABLE, dwflags: u32) -> NTSTATUS>;
Aliased Type§
enum GetKeyDerivationInterfaceFn {
None,
Some(unsafe extern "system" fn(_: *const u16, _: *const u16, _: *mut *mut BCRYPT_KEY_DERIVATION_FUNCTION_TABLE, _: u32) -> i32),
}