Type Alias hirofa_quickjs_sys::JS_MarkFunc
source · pub type JS_MarkFunc = Option<unsafe extern "C" fn(rt: *mut JSRuntime, gp: *mut JSGCObjectHeader)>;
Aliased Type§
enum JS_MarkFunc {
None,
Some(unsafe extern "C" fn(_: *mut JSRuntime, _: *mut JSGCObjectHeader)),
}