pub unsafe extern "C" fn src_int_to_float_array(
    in_: *const c_int,
    out: *mut f32,
    len: c_int
)