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§
enum GetHashInterfaceFn {
None,
Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: *mut *mut BCRYPT_HASH_FUNCTION_TABLE, _: u32) -> NTSTATUS),
}