windows::Win32::Security::Cryptography

Function GetKeyDerivationInterface

pub unsafe fn GetKeyDerivationInterface<P0, P1>(
    pszprovidername: P0,
    pszalgid: P1,
    ppfunctiontable: *mut *mut BCRYPT_KEY_DERIVATION_FUNCTION_TABLE,
    dwflags: u32,
) -> NTSTATUS
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,