pub type JSClassGCMark = Option<unsafe extern "C" fn(*mut JSRuntime, JSValue, Option<unsafe extern "C" fn(*mut JSRuntime, *mut JSGCObjectHeader)>)>;Aliased Type§
pub enum JSClassGCMark {
None,
Some(unsafe extern "C" fn(*mut JSRuntime, JSValue, Option<unsafe extern "C" fn(*mut JSRuntime, *mut JSGCObjectHeader)>)),
}