pub fn get_table_by_type<T>(parser: &dyn AcpiParserInterface) -> Option<&T>where T: AcpiTable + 'static,