pub unsafe extern "system" fn alljoyn_proxybusobject_methodcallasync(
    proxyobj: alljoyn_proxybusobject,
    ifacename: PCSTR,
    methodname: PCSTR,
    replyfunc: alljoyn_messagereceiver_replyhandler_ptr,
    args: alljoyn_msgarg,
    numargs: usize,
    context: *mut c_void,
    timeout: u32,
    flags: u8
) -> QStatus