Function windows::Win32::Graphics::Gdi::EnumFontFamiliesExW

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