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