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