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