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

Required features: "Win32_Foundation"