pub type vcl_init_f = Option<unsafe extern "C" fn(ctx: *const vrt_ctx) -> c_int>;
pub enum vcl_init_f { None, Some(unsafe extern "C" fn(*const vrt_ctx) -> i32), }
No value.
Some value of type T.
T