pub unsafe extern "C" fn SteamAPI_ISteamInput_TriggerVibrationExtended(
    self_: *mut ISteamInput,
    inputHandle: InputHandle_t,
    usLeftSpeed: c_ushort,
    usRightSpeed: c_ushort,
    usLeftTriggerSpeed: c_ushort,
    usRightTriggerSpeed: c_ushort
)