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