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