pub unsafe extern "C" fn SteamAPI_ISteamInput_TriggerSimpleHapticEvent(
    self_: *mut ISteamInput,
    inputHandle: InputHandle_t,
    eHapticLocation: EControllerHapticLocation,
    nIntensity: uint8,
    nGainDB: c_char,
    nOtherIntensity: uint8,
    nOtherGainDB: c_char
)