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