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