pub type ReduceMicrosecondTimePrecisionCallback = Option<unsafe extern "C" fn(f64, RTPCallerTypeToken, *mut JSContext) -> f64>;
Aliased Type§
pub enum ReduceMicrosecondTimePrecisionCallback {
None,
Some(unsafe extern "C" fn(f64, RTPCallerTypeToken, *mut JSContext) -> f64),
}