pub unsafe extern "C" fn svcRun(
process: Handle,
info: *const StartupInfo,
) -> ResultExpand description
Launches the main thread of the process.
ยงArguments
process- Handle of the process.info- Pointer to a StartupInfo structure describing information for the main thread.