pub unsafe extern "C" fn create_class_gmm(
NumDim: Hlong,
NumClasses: Hlong,
NumCenters: Hlong,
CovarType: *const c_char,
Preprocessing: *const c_char,
NumComponents: Hlong,
RandSeed: Hlong,
GMMHandle: *mut Hlong,
) -> Herror