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