pub type R_CFinalizer_t = Option<unsafe extern "C" fn(arg1: SEXP)>;
enum R_CFinalizer_t { None, Some(unsafe extern "C" fn(_: *mut c_void)), }
No value.
Some value of type T.
T