Type Alias tJsonObjectGetString
pub type tJsonObjectGetString = Option<unsafe extern "C" fn(sGCJsonObject, *mut u32) -> *mut i8>;Aliased Type§
pub enum tJsonObjectGetString {
None,
Some(unsafe extern "C" fn(sGCJsonObject, *mut u32) -> *mut i8),
}