pub fn day_path_from_date<TY, E>(
    link_type: TY,
    base_component: String,
    year: i32,
    month: u32,
    day: u32
) -> ExternResult<TypedPath>where
    ScopedLinkType: TryFrom<TY, Error = E>,
    WasmError: From<E>,