pub type scrollfn = Option<extern "C" fn(s: scrollbar, position: c_int)>;
pub enum scrollfn { None, Some(extern "C" fn(*mut Struct_Unnamed41, i32)), }
No value.
Some value of type T.
T