pub type T_VBVMR_GetParameterStringA = Option<unsafe extern "C" fn(szParamName: *mut c_char, szString: *mut c_char) -> c_long>;
pub enum T_VBVMR_GetParameterStringA { None, Some(unsafe extern "C" fn(*mut i8, *mut i8) -> i32), }
No value.
Some value of type T.
T