mv_inference_pose_landmark_detected_cbFunction typedef

mv_inference_pose_landmark_detected_cbFunction = Void Function(mv_source_h source, mv_inference_pose_result_h locations, Pointer<Void> user_data)

Implementation

typedef mv_inference_pose_landmark_detected_cbFunction = ffi.Void Function(
    mv_source_h source,
    mv_inference_pose_result_h locations,
    ffi.Pointer<ffi.Void> user_data);