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