pub unsafe extern "C" fn SDL_hid_get_manufacturer_string(
    dev: *mut SDL_hid_device,
    string: *mut wchar_t,
    maxlen: size_t
) -> c_int
Expand description

Get The Manufacturer String from a HID device.

\param dev A device handle returned from SDL_hid_open(). \param string A wide string buffer to put the data into. \param maxlen The length of the buffer in multiples of wchar_t. \returns 0 on success and -1 on error.

\since This function is available since SDL 2.0.18.