Function rpc_async

Source
#[unsafe(no_mangle)]
pub extern "C" fn rpc_async(
    client: *mut ClientWrapper,
    options: *mut QueueMessageRequestWrapper,
    response_callback: RpcResponseCallback,
    timeout: i32,
)