Function get_indexes_async

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