pub type IsAcceptableThis = Option<unsafe extern "C" fn(_: Handle<Value>) -> bool>;
enum IsAcceptableThis { None, Some(unsafe extern "C" fn(_: Handle<Value>) -> bool), }
No value.
Some value of type T.
T