Function GetHashInterface
pub unsafe fn GetHashInterface<P0, P1>(
pszprovidername: P0,
pszalgid: P1,
ppfunctiontable: *mut *mut BCRYPT_HASH_FUNCTION_TABLE,
dwflags: u32,
) -> NTSTATUSwhere
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,