windows::Win32::Security::Cryptography

Function BCryptDeriveKeyPBKDF2

pub unsafe fn BCryptDeriveKeyPBKDF2(
    hprf: BCRYPT_ALG_HANDLE,
    pbpassword: Option<&[u8]>,
    pbsalt: Option<&[u8]>,
    citerations: u64,
    pbderivedkey: &mut [u8],
    dwflags: u32,
) -> NTSTATUS