pub unsafe extern "C" fn ncnn_mat_substract_mean_normalize(
    mat: ncnn_mat_t,
    mean_vals: *const f32,
    norm_vals: *const f32
)