pub unsafe extern "system" fn EnumFontFamiliesExA(
    hdc: HDC,
    lplogfont: *const LOGFONTA,
    lpproc: FONTENUMPROCA,
    lparam: LPARAM,
    dwflags: u32
) -> i32
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"