Function windows::Win32::Graphics::Gdi::EnumFontsA

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