Type Definition jl_sys::jl_sweepfunc_t

source ·
pub type jl_sweepfunc_t = Option<unsafe extern "C" fn(obj: *mut jl_value_t)>;