mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-07-21 07:05:24 -04:00
1213b3dfb1
remove `clap` dependency 🎉
update the book installation instructions
8 lines
149 B
C++
8 lines
149 B
C++
// bindgen-flags: --impl-debug --rust-target 1.40
|
|
|
|
class Nice {
|
|
typedef void (*Function) (int data);
|
|
Function pointer;
|
|
int large_array[34];
|
|
};
|