mv_inference_facial_landmark_detected_cbFunction typedef
mv_inference_facial_landmark_detected_cbFunction =
Void Function(mv_source_h source, Int number_of_landmarks, Pointer<mv_point_s> locations, Pointer<Void> user_data)
Implementation
typedef mv_inference_facial_landmark_detected_cbFunction = ffi.Void Function(
mv_source_h source,
ffi.Int number_of_landmarks,
ffi.Pointer<mv_point_s> locations,
ffi.Pointer<ffi.Void> user_data);