ESP32-CAN/rustlib/bindings.rs

3 lines
292 B
Rust
Raw Normal View History

2021-06-09 07:25:56 +01:00
/* automatically generated by rust-bindgen 0.58.1 */
pub const true_ : u32 = 1 ; pub const false_ : u32 = 0 ; pub const __bool_true_false_are_defined : u32 = 1 ; extern "C" { pub fn validate_param_in_c (param : :: std :: os :: raw :: c_int , value : :: std :: os :: raw :: c_int) -> bool ; }