Function windows::Win32::Graphics::Gdi::GetGlyphIndicesW

pub unsafe fn GetGlyphIndicesW<P0, P1>(
    hdc: P0,
    lpstr: P1,
    c: i32,
    pgi: *mut u16,
    fl: u32,
) -> u32
where P0: Param<HDC>, P1: Param<PCWSTR>,