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