Function windows::Win32::Graphics::Gdi::EnumFontFamiliesExA

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