LoadAnnoyIndexNative typedef

LoadAnnoyIndexNative = Pointer<NativeType> Function(Pointer<Utf8>, Int32, Uint8)

fn load_annoy_index(path: *const c_char, dimension: i32, index_type: u8) -> *const AnnoyIndex

Implementation

typedef LoadAnnoyIndexNative = Pointer Function(Pointer<Utf8>, Int32, Uint8);