pub type GErrorCopyFunc = Option<unsafe extern "C" fn(*const GError, *mut GError)>;
pub enum GErrorCopyFunc { None, Some(unsafe extern "C" fn(*const GError, *mut GError)), }
No value.
Some value of type T.
T