pub unsafe extern "C" fn APT_JumpToApplication(
param: *const c_void,
paramSize: usize,
handle: Handle,
) -> ResultExpand description
Jumps to an application.
ยงArguments
param- Parameters to jump with.Size- of the parameter buffer.handle- Handle to pass.