pub unsafe fn GetDistanceOfClosestLanguageInList<P0, P1>(
    pszlanguage: P0,
    pszlanguageslist: P1,
    wchlistdelimiter: u16,
) -> Result<f64>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,