pub type pRENDERDOC_SetCaptureFileComments = Option<unsafe extern "C" fn(filePath: *const c_char, comments: *const c_char)>;
pub enum pRENDERDOC_SetCaptureFileComments { None, Some(unsafe extern "C" fn(*const u8, *const u8)), }
No value.
Some value of type T.
T