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