pub unsafe fn GetTextCharsetInfo<P0>(
    hdc: P0,
    lpsig: Option<*mut FONTSIGNATURE>,
    dwflags: u32
) -> i32
where P0: IntoParam<HDC>,