pub unsafe fn alljoyn_proxybusobject_methodcall_member_noreply<P0, P1>(
    proxyobj: P0,
    method: alljoyn_interfacedescription_member,
    args: P1,
    numargs: usize,
    flags: u8
) -> QStatus
where P0: IntoParam<alljoyn_proxybusobject>, P1: IntoParam<alljoyn_msgarg>,