pub fn PBKDF2_HMAC_SHA384( password: &[u8], salt: &[u8], count: usize, buffer: &mut [u8]) -> Result<()>