pub unsafe fn GetOutlineTextMetricsA<P0>(
    hdc: P0,
    cjcopy: u32,
    potm: Option<*mut OUTLINETEXTMETRICA>
) -> u32
where P0: IntoParam<HDC>,