Function windows_sys::Win32::Security::Cryptography::BCryptDeriveKeyPBKDF2
pub unsafe extern "system" fn BCryptDeriveKeyPBKDF2(
hprf: BCRYPT_ALG_HANDLE,
pbpassword: *const u8,
cbpassword: u32,
pbsalt: *const u8,
cbsalt: u32,
citerations: u64,
pbderivedkey: *mut u8,
cbderivedkey: u32,
dwflags: u32,
) -> NTSTATUS