mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-08-27 05:31:15 -04:00
7 lines
113 B
C++
7 lines
113 B
C++
|
|
#define NSID_LENGTH 10
|
|
class nsID {
|
|
public:
|
|
virtual void ToProvidedString(char (&aDest)[NSID_LENGTH]) = 0;
|
|
};
|