pub unsafe extern "system" fn GetWindowTextA(
    hWnd: *mut HWND__,
    lpString: *mut i8,
    nMaxCount: i32
) -> i32