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