#![allow(non_camel_case_types, non_upper_case_globals)]
#![cfg_attr(test, allow(deref_nullptr))]
#[cfg(feature = "gen")]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
#[cfg(not(feature = "gen"))]
include!("bindings.rs");
#[link(name = "gbm")]
extern "C" {}