pub unsafe extern "C" fn sceKernelLoadModuleByID(
fid: SceUID,
flags: c_int,
option: *mut SceKernelLMOption,
) -> SceUIDExpand description
Load a module from the given file UID.
@param fid - The module’s file UID. @param flags - Unused, always 0. @param option - Pointer to an optional ::SceKernelLMOption structure.
@return The UID of the loaded module on success, otherwise one of ::PspKernelErrorCodes.