pub unsafe extern "C" fn APT_StartLibraryApplet(
appID: NS_APPID,
param: *const c_void,
paramSize: usize,
handle: Handle,
) -> ResultExpand description
Starts a library applet.
ยงArguments
appID- AppID of the applet to launch.param- Buffer containing applet parameters.paramsize- Size of the buffer.handle- Handle to pass to the applet.