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