pub unsafe extern "C" fn Add2DFloatArrays( arr1: *mut *mut f32, arr2: *mut *mut f32, nrow: c_long, ncol: c_long, ) -> c_int
Adds the values of two 2-D arrays elementwise.