pub unsafe extern "C" fn ValidDataArray( arr: *mut *mut f32, nrow: c_long, ncol: c_long, ) -> c_schar
Given a 2D floating point array, returns FALSE if any elements are NaN or infinite, and TRUE otherwise.