pub unsafe extern "C" fn SDL_JoystickGetGUIDFromString(
    pchGUID: *const c_char
) -> SDL_JoystickGUID
Expand description

Convert a GUID string into a SDL_JoystickGUID 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_JoystickGUID structure.

\since This function is available since SDL 2.0.0.

\sa SDL_JoystickGetGUIDString