pub fn encode_query_with_params_request(
sql: &str,
params: &[ParamValue],
options: &QueryWithParamsOptions,
) -> Result<Vec<u8>, ParamCodecError>pub fn encode_query_with_params_request(
sql: &str,
params: &[ParamValue],
options: &QueryWithParamsOptions,
) -> Result<Vec<u8>, ParamCodecError>