windows::Win32::Graphics::Gdi

Function EnumFontsA

pub unsafe fn EnumFontsA<P1>(
    hdc: HDC,
    lplogfont: P1,
    lpproc: FONTENUMPROCA,
    lparam: LPARAM,
) -> i32
where P1: Param<PCSTR>,