pub type sfInputStreamTellFunc = Option<unsafe extern "C" fn(userData: *mut c_void) -> sfInt64>;
pub enum sfInputStreamTellFunc { None, Some(unsafe extern "C" fn(*mut c_void) -> i64), }
No value.
Some value of type T.
T