Skip to main content

pio_value_is_type

Function pio_value_is_type 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_value_is_type( value: *const PioValueHandle, type_name: *const c_char, type_name_len: usize, ) -> bool
Expand description

Exact structural type predicate.

ยงSafety

Pointers and handles must satisfy the crate-level safety requirements.