pub unsafe extern "system" fn GetDlgItemTextA(
    hDlg: *mut HWND__,
    nIDDlgItem: i32,
    lpString: *mut i8,
    nMaxCount: i32
) -> u32