Function windows::Win32::Graphics::Gdi::GetKerningPairsW

pub unsafe fn GetKerningPairsW<P0>(
    hdc: P0,
    lpkernpair: Option<&mut [KERNINGPAIR]>,
) -> u32
where P0: Param<HDC>,