// Opens a fuzzy finding window with the given array of strings. // Returns the index of the picked element. // Returns -1 on no selection. int picker(char const *strings, int strings_len, char const *prompt) { }