sfInputStreamTellFunc

Type Alias sfInputStreamTellFunc 

Source
pub type sfInputStreamTellFunc = Option<unsafe extern "C" fn(userData: *mut c_void) -> sfInt64>;

Aliased Type§

pub enum sfInputStreamTellFunc {
    None,
    Some(unsafe extern "C" fn(*mut c_void) -> i64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void) -> i64)

Some value of type T.