pub unsafe extern "C" fn aptLaunchLibraryApplet(
appId: NS_APPID,
buf: *mut c_void,
bufsize: usize,
handle: Handle,
)Expand description
Launches a library 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 library applet.