FreeSearchResultNative typedef
FreeSearchResultNative =
Void Function(Pointer<NativeType> )
fn free_search_result(search_result_ptr: *const AnnoyIndexSearchResult)
Implementation
typedef FreeSearchResultNative = Void Function(Pointer);