pub unsafe extern "C" fn aptLaunchSystemApplet(
appId: NS_APPID,
buf: *mut c_void,
bufsize: usize,
handle: Handle,
)Expand description
Launches a system applet.
ยงArguments
appId- ID of the applet to launch.buf- Input/output buffer that contains launch parameters on entry and result data on exit.bufsize- Size of the buffer.handle- Handle to pass to the system applet.