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