pub type SelfHostedWriter = Option<unsafe extern "C" fn(_: *mut JSContext, _: __BindgenOpaqueArray<u64, 2>) -> bool>;
Aliased Type§
enum SelfHostedWriter {
None,
Some(unsafe extern "C" fn(_: *mut JSContext, _: __BindgenOpaqueArray<u64, 2>) -> bool),
}