pub unsafe extern "C" fn vaal_postprocessing_yolo(
feature_tensors: *mut *mut NNTensor,
input_shape: c_int,
yolo_model_idx: c_int,
cache: *mut NNTensor,
score_threshold: f32,
iou_threshold: f32,
max_output_size_per_class: c_int,
bbx_out_tensor: *mut NNTensor,
bbx_out_dim_tensor: *mut NNTensor,
) -> VAALError