pub unsafe fn alljoyn_autopinger_adddestination<P0, P1, P2>(
    autopinger: P0,
    group: P1,
    destination: P2
) -> QStatus
where P0: IntoParam<alljoyn_autopinger>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,