pub unsafe extern "C" fn NS_TerminateProcessTID(
titleid: u64_,
timeout: u64_,
) -> ResultExpand description
Terminates the process with the specified titleid.
ยงArguments
titleid- ID of the title to terminate.timeout- Timeout in nanoseconds. Pass 0 if not required.