pub unsafe extern "C" fn get_type(
context: *mut c_context,
value: *const value,
) -> ValueTypeExpand description
@brief Get value type @ingroup value_extract @param[out] context Optional, stores error information @param[in] value Nix value to inspect @return type of nix value