pub unsafe fn tapiRequestMakeCall<P0, P1, P2, P3>(
    lpszdestaddress: P0,
    lpszappname: P1,
    lpszcalledparty: P2,
    lpszcomment: P3
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>,