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