pub unsafe fn lineTranslateDialogW<P0, P1>(
    hlineapp: u32,
    dwdeviceid: u32,
    dwapiversion: u32,
    hwndowner: P0,
    lpszaddressin: P1
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>,