Function FRD_DecryptApproachContext

Source
pub unsafe extern "C" fn FRD_DecryptApproachContext(
    decryptedContext: *mut DecryptedApproachContext,
    encryptedContext: *mut EncryptedApproachContext,
    maskNonAscii: bool,
    characterSet: u8_,
) -> Result
Expand description

Decrypts an encrypted approach context.

§Arguments

  • decryptedContext - Pointer to write the decrypted approach context data to.
  • encryptedContext - Pointer to input encrypted approach context.
  • maskNonAscii - Whether or not to replace all non-ASCII characters with question marks (‘?’) if the given character set doesn’t match that of the corresponding friend’s Mii data.
  • characterSet - The character set to use for text conversions.