pub unsafe extern "C" fn SteamAPI_ISteamUtils_ShowGamepadTextInput(
    self_: *mut ISteamUtils,
    eInputMode: EGamepadTextInputMode,
    eLineInputMode: EGamepadTextInputLineMode,
    pchDescription: *const c_char,
    unCharMax: uint32,
    pchExistingText: *const c_char
) -> bool