Type Alias GetHashInterfaceFn
pub type GetHashInterfaceFn = Option<unsafe extern "system" fn(pszprovidername: PCWSTR, pszalgid: PCWSTR, ppfunctiontable: *mut *mut BCRYPT_HASH_FUNCTION_TABLE, dwflags: u32) -> NTSTATUS>;Aliased Type§
pub enum GetHashInterfaceFn {
None,
Some(unsafe extern "system" fn(PCWSTR, PCWSTR, *mut *mut BCRYPT_HASH_FUNCTION_TABLE, u32) -> NTSTATUS),
}