pub unsafe extern "C" fn pixBackgroundNormGrayArray(
    pixs: *mut PIX,
    pixim: *mut PIX,
    sx: l_int32,
    sy: l_int32,
    thresh: l_int32,
    mincount: l_int32,
    bgval: l_int32,
    smoothx: l_int32,
    smoothy: l_int32,
    ppixd: *mut *mut PIX
) -> l_ok