pub type GcCollection = jl_gc_collection_t;
#[repr(u32)]pub enum GcCollection { Auto = 0, Full = 1, Incremental = 2, }