Function windows::Win32::Graphics::Gdi::GetKerningPairsA

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