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