pub type UsbFunctionEndpointClearStallResult = Result<(), i32>;
pub enum UsbFunctionEndpointClearStallResult { Ok(()), Err(i32), }
Contains the success value
Contains the error value