VSGetVapourSynthAPI

Type Alias VSGetVapourSynthAPI 

Source
pub type VSGetVapourSynthAPI = Option<unsafe extern "C" fn(version: c_int) -> *const VSAPI>;

Aliased Type§

pub enum VSGetVapourSynthAPI {
    None,
    Some(unsafe extern "C" fn(i32) -> *const VSAPI),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32) -> *const VSAPI)

Some value of type T.