pub unsafe fn lineRedirectW<P0>(
    hcall: u32,
    lpszdestaddress: P0,
    dwcountrycode: u32
) -> i32
where P0: IntoParam<PCWSTR>,