pub unsafe fn EnumFontFamiliesW<P0, P1, P2>(
    hdc: P0,
    lplogfont: P1,
    lpproc: FONTENUMPROCW,
    lparam: P2
) -> i32
where P0: IntoParam<HDC>, P1: IntoParam<PCWSTR>, P2: IntoParam<LPARAM>,