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