pub const SYS_MODULE_GET_SYMBOL: usize = 702;Expand description
Look up a symbol address in a loaded kernel module.
module_id: module IDname_ptr: pointer to the null-terminated symbol namename_len: length of the symbol name
Returns the virtual address of the symbol, or 0 if not found.