Function query_async

Source
#[unsafe(no_mangle)]
pub extern "C" fn query_async(
    client: *mut ClientWrapper,
    options: *mut QueryRequestWrapper,
    callback: extern "C" fn(wrapper: *mut QueryResponseWrapper),
)