openiap_clib

Function query_async

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