[][src]Type Definition quickjs_sys::JS_MarkFunc

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