blob: cc37c8ad8053447bf79c81a9783ae9ae41700485 (
plain)
1
2
3
4
5
6
7
8
|
// bindgen-parse-callbacks: remove-function-prefix-my_custom_prefix_
extern const int my_custom_prefix_var_const_name;
extern int my_custom_prefix_var_mut_name;
void my_custom_prefix_function_name(const int x);
|