Function windows::Win32::Security::Cryptography::BCryptDeriveKeyPBKDF2

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