pub fn parse_bindings_with_custom(
out: &PathBuf,
extra_custom_code: &[&str],
) -> CBindingExpand description
Like parse_bindings, additionally scanning per-crate custom code (appended after the
common aeron_custom.rs) so its hand-written methods are skipped during generation.