GetNearestNative typedef

GetNearestNative = Pointer<NativeType> Function(Pointer<NativeType>, Pointer<Float>, Uint32, Int32, Uint8)

fn get_nearest(

Implementation

//     index_ptr: *const AnnoyIndex,
//     query_vector_ptr: *const f32,
//     n_results: u32,
//     search_k: i32,
//     should_include_distance: bool) -> *const AnnoyIndexSearchResult
typedef GetNearestNative = Pointer Function(
    Pointer, Pointer<Float>, Uint32, Int32, Uint8);