pub unsafe fn alljoyn_proxybusobject_methodcall<P0, P1, P2, P3, P4>(
    proxyobj: P0,
    ifacename: P1,
    methodname: P2,
    args: P3,
    numargs: usize,
    replymsg: P4,
    timeout: u32,
    flags: u8
) -> QStatus
where P0: IntoParam<alljoyn_proxybusobject>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<alljoyn_msgarg>, P4: IntoParam<alljoyn_message>,