Function distinct_async

Source
#[unsafe(no_mangle)]
pub extern "C" fn distinct_async(
    client: *mut ClientWrapper,
    options: *mut DistinctRequestWrapper,
    callback: extern "C" fn(wrapper: *mut DistinctResponseWrapper),
)