#[unsafe(no_mangle)]pub unsafe extern "C" fn asdf_value_is_string( value: *mut AsdfValue, ) -> bool
Whether the value is a string.
value must be null or a valid value handle.
value