pub unsafe fn lineConfigDialogW<P0, P1>(
    dwdeviceid: u32,
    hwndowner: P0,
    lpszdeviceclass: P1
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>,