SBCommandInterpreterHandleCompletion

Function SBCommandInterpreterHandleCompletion 

Source
pub unsafe extern "C" fn SBCommandInterpreterHandleCompletion(
    instance: SBCommandInterpreterRef,
    current_line: *const c_char,
    cursor: *const c_char,
    last_char: *const c_char,
    match_start_point: c_int,
    max_return_elements: c_int,
    matches: SBStringListRef,
) -> c_int