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