pub type SelfHostedWriter = Option<unsafe extern "C" fn(_: *mut JSContext, _: [u64; 2]) -> bool>;
enum SelfHostedWriter { None, Some(unsafe extern "C" fn(_: *mut JSContext, _: [u64; 2]) -> bool), }
No value.
Some value of type T.
T