pub unsafe fn GetFontData<P0>(
    hdc: P0,
    dwtable: u32,
    dwoffset: u32,
    pvbuffer: Option<*mut c_void>,
    cjbuffer: u32
) -> u32
where P0: IntoParam<HDC>,