pub unsafe extern "C" fn sceKernelFindModuleByAddress(
addr: c_uint,
) -> *mut SceModuleExpand description
Find a module from an address.
@param addr - Address somewhere within the module.
@return Pointer to the ::SceModule structure if found, otherwise NULL.