[−][src]Function pspsdk_sys::sdk::sceKernelFindModuleByName
pub unsafe extern "C" fn sceKernelFindModuleByName(
modname: *const c_char
) -> *mut SceModule
Find a module by it's name.
@param modname - The name of the module.
@return Pointer to the ::SceModule structure if found, otherwise NULL.