pub unsafe fn alljoyn_proxybusobject_getallproperties<P0, P1, P2>(
    proxyobj: P0,
    iface: P1,
    values: P2
) -> QStatus
where P0: IntoParam<alljoyn_proxybusobject>, P1: IntoParam<PCSTR>, P2: IntoParam<alljoyn_msgarg>,