#[unsafe(no_mangle)]
pub extern "C" fn create_collection_async(
client: *mut ClientWrapper,
options: *mut CreateCollectionRequestWrapper,
callback: extern "C" fn(wrapper: *mut CreateCollectionResponseWrapper),
)
#[unsafe(no_mangle)]
pub extern "C" fn create_collection_async(
client: *mut ClientWrapper,
options: *mut CreateCollectionRequestWrapper,
callback: extern "C" fn(wrapper: *mut CreateCollectionResponseWrapper),
)