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