#[no_mangle] pub extern "C" fn bar_new_from_raw( bar_type: BarType, open: i64, high: i64, low: i64, close: i64, price_prec: u8, volume: u64, size_prec: u8, ts_event: UnixNanos, ts_init: UnixNanos, ) -> Bar