[−][src]Function pspsdk_sys::sdk::sceKernelGetModuleList
pub unsafe extern "C" fn sceKernelGetModuleList(
readbufsize: c_int,
readbuf: *mut SceUID
) -> c_int
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.