GetItemVectorNative typedef

GetItemVectorNative = Void Function(Pointer<NativeType>, Uint64, Pointer<Float>)

fn get_item_vector(index_ptr: *const AnnoyIndex, item_index: u64, item_vector: *mut f32)

Implementation

typedef GetItemVectorNative = Void Function(Pointer, Uint64, Pointer<Float>);