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