pub type pRENDERDOC_IsTargetControlConnected = Option<unsafe extern "C" fn() -> u32>;
enum pRENDERDOC_IsTargetControlConnected { None, Some(unsafe extern "C" fn() -> u32), }
No value.
Some value of type T.
T