pub unsafe fn tapiRequestMediaCallA<P0, P1, P2, P3, P4, P5, P6, P7>(
    hwnd: P0,
    wrequestid: P1,
    lpszdeviceclass: P2,
    lpdeviceid: P3,
    dwsize: u32,
    dwsecure: u32,
    lpszdestaddress: P4,
    lpszappname: P5,
    lpszcalledparty: P6,
    lpszcomment: P7
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<WPARAM>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>, P5: IntoParam<PCSTR>, P6: IntoParam<PCSTR>, P7: IntoParam<PCSTR>,