Function GetWindowTextW

Source
pub unsafe extern "system" fn GetWindowTextW(
    hWnd: HWND,
    lpString: LPWSTR,
    nMaxCount: c_int,
) -> c_int