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