Type Alias tJsonObjectGetObjectField
pub type tJsonObjectGetObjectField = Option<unsafe extern "C" fn(sGCJsonObject, *const i8, *mut u32) -> sGCJsonObject>;Aliased Type§
pub enum tJsonObjectGetObjectField {
None,
Some(unsafe extern "C" fn(sGCJsonObject, *const i8, *mut u32) -> sGCJsonObject),
}Variants§
None
No value.
Some(unsafe extern "C" fn(sGCJsonObject, *const i8, *mut u32) -> sGCJsonObject)
Some value of type T.