Function lldb_sys::SBCommandInterpreterHandleCompletion2 [] [src]

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