Function lldb_sys::SBCommandInterpreterHandleCompletionWithDescriptions2[][src]

pub unsafe extern "C" fn SBCommandInterpreterHandleCompletionWithDescriptions2(
    instance: SBCommandInterpreterRef,
    current_line: *const c_char,
    cursor_pos: u32,
    match_start_point: c_int,
    max_return_elements: c_int,
    matches: SBStringListRef,
    descriptions: SBStringListRef
) -> c_int