pub unsafe extern "C" fn APT_DoApplicationJump(
    param: *const c_void,
    paramSize: usize,
    hmac: *const c_void
) -> Result
Expand description

Performs an application jump.

§Arguments

  • param - Parameter buffer.
  • paramSize - Size of parameter buffer.
  • hmac - HMAC buffer (should be 0x20 bytes long).