pub unsafe extern "system" fn TabbedTextOutA(
    hdc: *mut HDC__,
    x: i32,
    y: i32,
    lpString: *const i8,
    chCount: i32,
    nTabPositions: i32,
    lpnTabStopPositions: *const i32,
    nTabOrigin: i32
) -> i32