[][src]Module miniaudio_sys::util

Functions

cstr_display

If this is a valid NUL terminated C string, this function will return it as a Rust str reference. If there is no NUL terminator, this will just consider the entire array as the C string.

into_byte_slice

Converts slice of any sized type into a slice of bytes.