pub unsafe extern "system" fn TextOutA(
    hdc: *mut HDC__,
    x: i32,
    y: i32,
    lpString: *const i8,
    c: i32
) -> i32