pub unsafe extern "system" fn GetTextExtentPointA(
    hdc: *mut HDC__,
    lpString: *const i8,
    c: i32,
    lpsz: *mut SIZE
) -> i32