Function create_index_async

Source
#[no_mangle]
pub extern "C" fn create_index_async(
    client: *mut ClientWrapper,
    options: *mut CreateIndexRequestWrapper,
    callback: extern "C" fn(wrapper: *mut CreateIndexResponseWrapper),
)