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