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