pub unsafe extern "C" fn xTimerGenericCommand(
    xTimer: *mut tmrTimerControl,
    xCommandID: i32,
    xOptionalValue: u32,
    pxHigherPriorityTaskWoken: *mut i32,
    xTicksToWait: u32
) -> i32