pub type t_savefn = Option<unsafe extern "C" fn(x: *mut t_gobj, b: *mut _binbuf)>;
pub enum t_savefn { None, Some(unsafe extern "C" fn(*mut _gobj, *mut _binbuf)), }
No value.
Some value of type T.
T