Function count_async

Source
#[unsafe(no_mangle)]
pub extern "C" fn count_async(
    client: *mut ClientWrapper,
    options: *mut CountRequestWrapper,
    callback: extern "C" fn(wrapper: *mut CountResponseWrapper),
)