pub unsafe extern "C" fn FSREG_LoadProgram(
programHandle: *mut u64_,
programInfo: *const FS_ProgramInfo,
) -> ResultExpand description
Loads a program.
ยงArguments
programHandle[out]- Pointer to the output the program handle to.programInfo- Information about the program to load.