pub type js_finalize_cb = Option<unsafe extern "C" fn(env: *mut js_env_t, data: *mut c_void, finalize_hint: *mut c_void)>;
pub enum js_finalize_cb { None, Some(unsafe extern "C" fn(*mut js_env_t, *mut c_void, *mut c_void)), }
No value.
Some value of type T.
T