pub unsafe extern "C" fn APT_StartSystemApplet(
appID: NS_APPID,
param: *const c_void,
paramSize: usize,
handle: Handle,
) -> ResultExpand 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.