#[unsafe(no_mangle)]pub unsafe extern "C" fn blqd_validation_error_message(
errs: *const BLQDValidationErrors,
index: u32,
) -> *const c_charExpand description
Error message at index. Returns NULL if index is out of range. Pointer is valid until the handle is freed.