[][src]Function pspsdk_sys::sdk::sceKernelFindModuleByUID

pub unsafe extern "C" fn sceKernelFindModuleByUID(
    modid: SceUID
) -> *mut SceModule

Find a module by it's UID.

@param modid - The UID of the module.

@return Pointer to the ::SceModule structure if found, otherwise NULL.