pub unsafe extern "C" fn sceKernelGetModuleList(
readbufsize: c_int,
readbuf: *mut SceUID,
) -> c_intExpand description
Gets the current module list.
@param readbufsize - The size of the read buffer. @param readbuf - Pointer to a buffer to store the IDs
@return < 0 on error.