pub unsafe extern "C" fn LOADER_RegisterProgram(
programHandle: *mut u64_,
programInfo: *const FS_ProgramInfo,
programInfoUpdate: *const FS_ProgramInfo,
) -> ResultExpand description
Registers a program (along with its update).
ยงArguments
programHandle(direction out) - Pointer to output the program handle to.programInfo- The program info.programInfo- The program update info.