Function SDL_GUIDToString

pub unsafe extern "C" fn SDL_GUIDToString(
    guid: SDL_GUID,
    pszGUID: *mut i8,
    cbGUID: i32,
)
Available on crate feature dep_sdl2 only.
Expand description

Get an ASCII string representation for a given ::SDL_GUID.

You should supply at least 33 bytes for pszGUID.

\param guid the ::SDL_GUID you wish to convert to string \param pszGUID buffer in which to write the ASCII string \param cbGUID the size of pszGUID

\since This function is available since SDL 2.24.0.

\sa SDL_GUIDFromString