pub type v8_result_handler_t = Option<unsafe extern "C" fn(user_data: *mut c_void, result: *mut v8_parms_t)>;
pub enum v8_result_handler_t { None, Some(unsafe extern "C" fn(*mut c_void, *mut v8_parms_s)), }
No value.
Some value of type T.
T