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