pub unsafe fn lineMakeCall<P0>(
    hline: u32,
    lphcall: *mut u32,
    lpszdestaddress: P0,
    dwcountrycode: u32,
    lpcallparams: *const LINECALLPARAMS
) -> i32
where P0: IntoParam<PCSTR>,