pub fn create_page_ssr_entry_module(
pathname: RcStr,
reference_type: ReferenceType,
project_root: FileSystemPath,
ssr_module_context: Vc<Box<dyn AssetContext>>,
source: Vc<Box<dyn Source>>,
next_original_name: RcStr,
pages_structure: Vc<PagesStructure>,
runtime: NextRuntime,
next_config: Vc<NextConfig>,
) -> Vc<PageSsrEntryModule>