pub unsafe extern "C" fn RegisterContextProfilerMarkers(
cx: *mut JSContext,
eventMarker: Option<unsafe extern "C" fn(MarkerCategory, *const i8, *const i8)>,
intervalMarker: Option<unsafe extern "C" fn(MarkerCategory, *const i8, TimeStamp, *const i8)>,
flowMarker: Option<unsafe extern "C" fn(MarkerCategory, *const i8, u64)>,
terminatingFlowMarker: Option<unsafe extern "C" fn(MarkerCategory, *const i8, u64)>,
)