#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_value_is_type(
value: *const PioValueHandle,
type_name: *const c_char,
type_name_len: usize,
) -> boolExpand description
Exact structural type predicate.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.