pub unsafe fn alljoyn_proxybusobject_methodcallasync_member<P0, P1>(
    proxyobj: P0,
    method: alljoyn_interfacedescription_member,
    replyfunc: alljoyn_messagereceiver_replyhandler_ptr,
    args: P1,
    numargs: usize,
    context: *mut c_void,
    timeout: u32,
    flags: u8
) -> QStatus
where P0: IntoParam<alljoyn_proxybusobject>, P1: IntoParam<alljoyn_msgarg>,