Type Alias mozjs_sys::jsapi::JS::ReduceMicrosecondTimePrecisionCallback
source · pub type ReduceMicrosecondTimePrecisionCallback = Option<unsafe extern "C" fn(arg1: f64, arg2: RTPCallerTypeToken, arg3: *mut JSContext) -> f64>;
Aliased Type§
enum ReduceMicrosecondTimePrecisionCallback {
None,
Some(unsafe extern "C" fn(_: f64, _: RTPCallerTypeToken, _: *mut JSContext) -> f64),
}