pub unsafe fn NetDfsGetSupportedNamespaceVersion<P0>(
    origin: DFS_NAMESPACE_VERSION_ORIGIN,
    pname: P0,
    ppversioninfo: *mut *mut DFS_SUPPORTED_NAMESPACE_VERSION_INFO,
) -> u32
where P0: Param<PCWSTR>,