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