[][src]Type Definition libquickjs_sys::JS_MarkFunc

type JS_MarkFunc = Option<unsafe extern "C" fn(rt: *mut JSRuntime, gp: *mut JSGCObjectHeader)>;