pub unsafe fn EnumFontFamiliesExW<P0, P1>(
    hdc: P0,
    lplogfont: *const LOGFONTW,
    lpproc: FONTENUMPROCW,
    lparam: P1,
    dwflags: u32
) -> i32
where P0: IntoParam<HDC>, P1: IntoParam<LPARAM>,