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