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