pub unsafe extern "system" fn DrawTextA(
    hdc: *mut HDC__,
    lpchText: *const i8,
    cchText: i32,
    lprc: *mut RECT,
    format: u32
) -> i32