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