SDL_GameControllerSetLED

Function SDL_GameControllerSetLED 

Source
pub unsafe extern "C" fn SDL_GameControllerSetLED(
    gamecontroller: *mut SDL_GameController,
    red: Uint8,
    green: Uint8,
    blue: Uint8,
) -> c_int