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