pub unsafe fn alljoyn_busobject_methodreply_args<P0, P1, P2>(
    bus: P0,
    msg: P1,
    args: P2,
    numargs: usize
) -> QStatus
where P0: IntoParam<alljoyn_busobject>, P1: IntoParam<alljoyn_message>, P2: IntoParam<alljoyn_msgarg>,