pub unsafe fn q_float_from_float16(
    arg1: *mut c_float,
    arg2: impl CastInto<Ptr<Qfloat16>>,
    length: c_longlong
)
Available on cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0" only.
Expand description

Converts len qfloat16 from in to floats and stores them in out. Both in and out must have len allocated entries.

Calls C++ function: void qFloatFromFloat16(float* arg1, const qfloat16* arg2, long long length).

C++ documentation:

Converts len qfloat16 from in to floats and stores them in out. Both in and out must have len allocated entries.

This function was introduced in Qt 5.11.