pub unsafe extern "C" fn APT_StartSystemApplet(
    appID: NS_APPID,
    param: *const c_void,
    paramSize: usize,
    handle: Handle
) -> Result
Expand description

Starts a system applet.

§Arguments

  • appID - AppID of the applet to launch.
  • param - Buffer containing applet parameters.
  • paramSize - Size of the parameter buffer.
  • handle - Handle to pass to the applet.