pub unsafe fn alljoyn_proxybusobject_methodcall_member<P0, P1, P2>(
    proxyobj: P0,
    method: alljoyn_interfacedescription_member,
    args: P1,
    numargs: usize,
    replymsg: P2,
    timeout: u32,
    flags: u8
) -> QStatus
where P0: IntoParam<alljoyn_proxybusobject>, P1: IntoParam<alljoyn_msgarg>, P2: IntoParam<alljoyn_message>,