Function SDL_GUIDFromString
pub unsafe extern "C" fn SDL_GUIDFromString(
pchGUID: *const i8,
) -> SDL_GUID
Available on crate feature
dep_sdl2
only.Expand description
Convert a GUID string into a ::SDL_GUID structure.
Performs no error checking. If this function is given a string containing an invalid GUID, the function will silently succeed, but the GUID generated will not be useful.
\param pchGUID string containing an ASCII representation of a GUID \returns a ::SDL_GUID structure.
\since This function is available since SDL 2.24.0.
\sa SDL_GUIDToString