Function drop_index_async

Source
#[unsafe(no_mangle)]
pub extern "C" fn drop_index_async(
    client: *mut ClientWrapper,
    collectionname: *const c_char,
    name: *const c_char,
    request_id: i32,
    callback: extern "C" fn(wrapper: *mut DropIndexResponseWrapper),
)