pub async fn starts_with_optional_field(test: &mut Test) -> Result<()>
starts_with on an Option<String> field — matches non-null values with the given prefix; rows with NULL values are excluded.
Option<String>