1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/* Generated with cbindgen:0.29.0 */
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
/**
* Wrapper for a void pointer to a sequence of [`InternalArray`]s, and the sequence length. Used for FFI.
*
* Each sequence entry represents a single [ckmeans] result class.
*/
typedef struct WrapperArray WrapperArray;
/**
* Wrapper for a void pointer to a sequence of floats representing data to be clustered using
* [ckmeans], and the sequence length. Used for FFI.
*/
typedef struct ExternalArray ExternalArray;
/**
* An FFI wrapper for [ckmeans]. Data returned by this function **must** be freed by calling
* [`drop_ckmeans_result`] before exiting.
*
* # Safety
*
* This function is unsafe because it accesses a raw pointer which could contain arbitrary data
*/
struct WrapperArray ;
/**
* Drop data returned by [`ckmeans_ffi`].
*
* # Safety
*
* This function is unsafe because it accesses a raw pointer which could contain arbitrary data
*/
void ;