pub unsafe extern "C" fn jl_reinit_foreign_type(
    dt: *mut jl_datatype_t,
    markfunc: jl_markfunc_t,
    sweepfunc: jl_sweepfunc_t
) -> c_int