GetNearestToItemNative typedef

GetNearestToItemNative = Pointer<NativeType> Function(Pointer<NativeType>, Uint64, Uint32, Int32, Uint8)

fn get_nearest_to_item(

Implementation

//     index_ptr: *const AnnoyIndex,
//     item_index: u64,
//     n_results: u32,
//     search_k: i32,
//     should_include_distance: bool,
// ) -> *const AnnoyIndexSearchResult
typedef GetNearestToItemNative = Pointer Function(
    Pointer, Uint64, Uint32, Int32, Uint8);