pub unsafe fn linePickupW<P0, P1>(
    hline: u32,
    dwaddressid: u32,
    lphcall: *mut u32,
    lpszdestaddress: P0,
    lpszgroupid: P1
) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,