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