pub unsafe fn lineSetTollListW<P0>(
    hlineapp: u32,
    dwdeviceid: u32,
    lpszaddressinw: P0,
    dwtolllistoption: u32
) -> i32
where P0: IntoParam<PCWSTR>,