pub type JSCGetter = Option<unsafe extern "C" fn(gpointer) -> *mut JSCValue>;
pub enum JSCGetter { None, Some(unsafe extern "C" fn(*mut c_void) -> *mut JSCValue), }
No value.
Some value of type T.
T