pub unsafe extern "system" fn GdipGetFontHeightGivenDPI(
    font: *const GpFont,
    dpi: f32,
    height: *mut f32
) -> Status