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