pub unsafe extern "C" fn SDL_JoystickSetVirtualHat(
    joystick: *mut SDL_Joystick,
    hat: c_int,
    value: Uint8
) -> c_int