pub type HUpdateContentCallback = Option<unsafe extern "C" fn(context: *mut c_void) -> Herror>;
pub enum HUpdateContentCallback { None, Some(unsafe extern "C" fn(*mut c_void) -> u32), }
No value.
Some value of type T.
T