[][src]Function pspsdk_sys::sdk::sceKernelFindModuleByAddress

pub unsafe extern "C" fn sceKernelFindModuleByAddress(
    addr: c_uint
) -> *mut SceModule

Find a module from an address.

@param addr - Address somewhere within the module.

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