Function windows::Win32::Graphics::Gdi::GetCharacterPlacementW

pub unsafe fn GetCharacterPlacementW<P0>(
    hdc: P0,
    lpstring: &[u16],
    nmexextent: i32,
    lpresults: *mut GCP_RESULTSW,
    dwflags: GET_CHARACTER_PLACEMENT_FLAGS,
) -> u32
where P0: Param<HDC>,