Type Alias 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§
pub enum GetKeyDerivationInterfaceFn {
None,
Some(unsafe extern "system" fn(PCWSTR, PCWSTR, *mut *mut BCRYPT_KEY_DERIVATION_FUNCTION_TABLE, u32) -> NTSTATUS),
}