pub unsafe extern "system" fn ExtTextOutA(
    hdc: *mut HDC__,
    x: i32,
    y: i32,
    options: u32,
    lprect: *const RECT,
    lpString: *const i8,
    c: u32,
    lpDx: *const i32
) -> i32