#[unsafe(no_mangle)]pub unsafe extern "C" fn enpose_marker_pose_array_free(
poses: *mut MarkerPose,
count: usize,
)Expand description
Release an array returned by enpose_pose_stream_receive.
ยงSafety
poses/count must be a pair returned by enpose_pose_stream_receive
and not already freed. Passing NULL is allowed and does nothing.